mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +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,4 +1,4 @@
|
||||
#![feature(plugin, deprecated)]
|
||||
#![feature(plugin)]
|
||||
#![plugin(clippy)]
|
||||
|
||||
#![deny(inline_always, deprecated_semver)]
|
||||
|
Loading…
Reference in New Issue
Block a user