Skip to content

Commit 5f5040e

Browse files
committed
Make WithSpanBoxed public (resolves a doc warning)
1 parent bbc1389 commit 5f5040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naga/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub mod valid;
134134
use alloc::string::String;
135135

136136
pub use crate::arena::{Arena, Handle, Range, UniqueArena};
137-
pub use crate::span::{Diagnostic, SourceLocation, Span, SpanContext, WithSpan};
137+
pub use crate::span::{Diagnostic, SourceLocation, Span, SpanContext, WithSpan, WithSpanBoxed};
138138

139139
// TODO: Eliminate this re-export and migrate uses of `crate::Foo` to `use crate::ir; ir::Foo`.
140140
pub use ir::*;

0 commit comments

Comments
 (0)