Correctly parse InPlace <- expressions
diff --git a/src/lib.rs b/src/lib.rs
index 8c55d64..faab98f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,7 +38,7 @@
ExprRange, ExprPath, ExprAddrOf, ExprBreak, ExprContinue,
ExprRet, ExprStruct, ExprRepeat, ExprParen, ExprTry, ExprCatch,
PatIdent, PatWild, PatStruct, PatTuple, PatTupleStruct, PatPath,
- PatBox, PatRef, PatLit, PatRange, PatSlice};
+ PatBox, PatRef, PatLit, PatRange, PatSlice, InPlaceKind};
mod generics;
pub use generics::{Generics, LifetimeDef, TraitBoundModifier, TyParam, TyParamBound,