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…
Add table
Add a link
Reference in a new issue