ignore the portability test on 32 bit

it will fail in rustc
This commit is contained in:
Oliver Schneider 2016-05-13 13:45:53 +02:00
parent 86e4216a56
commit c37300d899

View file

@ -1,3 +1,4 @@
// ignore-x86
#![feature(plugin, associated_consts)]
#![plugin(clippy)]
#![deny(clippy)]