mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 13:50:48 +00:00
Fix lint errors
This commit is contained in:
parent
bfbe4039f8
commit
21149bcd53
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@
|
|||
#![cfg_attr(not(test), feature(core_float))]
|
||||
#![cfg_attr(not(test), feature(exact_size_is_empty))]
|
||||
#![cfg_attr(not(test), feature(slice_rotate))]
|
||||
#![cfg_attr(not(test), feature(sort_unstable))]
|
||||
#![cfg_attr(not(test), feature(str_checked_slicing))]
|
||||
#![cfg_attr(test, feature(rand, test))]
|
||||
#![feature(allocator)]
|
||||
|
|
Loading…
Reference in a new issue