1
Fork 0

[breaking-change] don't glob export ast::KleeneOp variants

This commit is contained in:
Oliver 'ker' Schneider 2016-02-09 11:45:01 +01:00 committed by Oliver Schneider
parent 019614f03d
commit 798974cae5
7 changed files with 18 additions and 17 deletions

View file

@ -10,7 +10,6 @@
// The Rust abstract syntax tree.
pub use self::KleeneOp::*;
pub use self::MacStmtStyle::*;
pub use self::MetaItem_::*;
pub use self::Mutability::*;