mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
ignore the portability test on 32 bit
it will fail in rustc
This commit is contained in:
parent
86e4216a56
commit
c37300d899
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
// ignore-x86
|
||||
#![feature(plugin, associated_consts)]
|
||||
#![plugin(clippy)]
|
||||
#![deny(clippy)]
|
||||
|
|
Loading…
Reference in a new issue