Re-export NamespacedKeyword and PlainSymbol out of query. r=jsantell

This commit is contained in:
Richard Newman 2017-02-03 16:51:57 -08:00
parent 9be487ca7d
commit 1122960462

View file

@ -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 '$'.