Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 50954d3

Browse files
committed
feat: Re-export Span and Token to milli::
1 parent 1b5b577 commit 50954d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

milli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use std::collections::{BTreeMap, HashMap};
2222
use std::convert::{TryFrom, TryInto};
2323
use std::hash::BuildHasherDefault;
2424

25-
pub use filter_parser::{Condition, FilterCondition};
25+
pub use filter_parser::{Condition, FilterCondition, Span, Token};
2626
use fxhash::{FxHasher32, FxHasher64};
2727
pub use grenad::CompressionType;
2828
use serde_json::Value;

0 commit comments

Comments
 (0)