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.