mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Remove #[feature(deprecated)]
Fixes `warning: this feature is stable. attribute no longer needed`.
This commit is contained in:
parent
fe6e8dac35
commit
7ae8516bb3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(plugin, deprecated)]
|
||||
#![feature(plugin)]
|
||||
#![plugin(clippy)]
|
||||
|
||||
#![deny(inline_always, deprecated_semver)]
|
||||
|
|
Loading…
Reference in a new issue