commit | 7fb11e781a04eebe94f7903b18d44cfbca7f2bb1 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 01:02:27 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Sep 06 01:36:32 2018 -0700 |
tree | d9534b3895caa493844d05ffd98d4e7eb2332a51 | |
parent | c0beaf31dcbce4693e939bba5770cad41ece8839 [diff] [blame] |
Custom keywords polish
diff --git a/src/parse.rs b/src/parse.rs index 4dd735d..0445cef 100644 --- a/src/parse.rs +++ b/src/parse.rs
@@ -214,8 +214,7 @@ use token::Token; pub use error::{Error, Result}; -pub use lookahead::{Lookahead1, Peek, TokenMarker}; -pub use keyword::Keyword; +pub use lookahead::{Lookahead1, Peek}; /// Parsing interface implemented by all types that can be parsed in a default /// way from a token stream.