diff --git a/query/src/lib.rs b/query/src/lib.rs index eb0c9000..bcad7d87 100644 --- a/query/src/lib.rs +++ b/query/src/lib.rs @@ -32,7 +32,8 @@ extern crate edn; -use edn::{BigInt, OrderedFloat, NamespacedKeyword, PlainSymbol}; +use edn::{BigInt, OrderedFloat}; +pub use edn::{NamespacedKeyword, PlainSymbol}; pub type SrcVarName = String; // Do not include the required syntactic '$'.