commit | 5d6e9a86778db8c5ca877ecbb9e036c4ef834928 | [log] [tgz] |
---|---|---|
author | Ashley Mannix <ashleymannix@live.com.au> | Wed Nov 09 18:09:30 2016 +1000 |
committer | GitHub <noreply@github.com> | Wed Nov 09 18:09:30 2016 +1000 |
tree | e1d13380f043e2c9ac391afa6b3667c2da9c81c9 | |
parent | 3c0c8c5ac800bc605e9c168c5efe520e4145a69f [diff] [blame] |
re-export ExprKind
diff --git a/src/lib.rs b/src/lib.rs index 6ed88cb..c83f609 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -34,7 +34,7 @@ #[cfg(feature = "full")] mod expr; #[cfg(feature = "full")] -pub use expr::{Arm, BindingMode, Block, BlockCheckMode, CaptureBy, Expr, FieldPat, Local, +pub use expr::{Arm, BindingMode, Block, BlockCheckMode, CaptureBy, Expr, ExprKind, FieldPat, Local, MacStmtStyle, Pat, RangeLimits, Stmt}; mod generics;