Remove "#![feature(plugin)]" in the test".

This commit is contained in:
Paul Florence 2017-10-20 09:53:39 -04:00
parent 4bbda68d56
commit 0928168a79
3 changed files with 18 additions and 23 deletions

View file

@ -39,7 +39,6 @@ impl StaticConst {
match ty.node {
// Be carefull of nested structures (arrays and tuples)
TyKind::Array(ref ty, _) => {
println!("array");
self.visit_type(&*ty, cx);
},
TyKind::Tup(ref tup) => {