add version check to the unit tests

This commit is contained in:
Oliver Schneider
2016-05-30 12:47:04 +02:00
parent 3ad0a49632
commit 80e81d351d
6 changed files with 54 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ pub mod conf;
mod hir;
pub mod paths;
pub use self::hir::{SpanlessEq, SpanlessHash};
pub mod cargo;
pub type MethodArgs = HirVec<P<Expr>>;