Re-export NamespacedKeyword and PlainSymbol out of query. r=jsantell
This commit is contained in:
parent
9be487ca7d
commit
1122960462
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
||||||
|
|
||||||
extern crate edn;
|
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 '$'.
|
pub type SrcVarName = String; // Do not include the required syntactic '$'.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue