Skip to content

Commit a04888a

Browse files
committed
make union_spans public
1 parent 4de3209 commit a04888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub mod helpers;
8282
mod operator;
8383
mod query;
8484
mod spans;
85-
pub use spans::Spanned;
85+
pub use spans::{Spanned, union_spans};
8686

8787
mod trigger;
8888
mod value;

0 commit comments

Comments
 (0)