Skip to content

Commit

Permalink
Remove warning for "core" feature from tests
Browse files Browse the repository at this point in the history
It seems this feature is unknown in latest rust nightly, too, so remove
it also.
  • Loading branch information
antifuchs committed Jul 31, 2016
1 parent 4885a04 commit 65bde79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#![cfg_attr(feature = "no_std", feature(no_std, core))]
#![cfg_attr(feature = "no_std", no_std)]

#![cfg_attr(test, feature(test, core, inclusive_range_syntax))]
#![cfg_attr(test, feature(test, inclusive_range_syntax))]
#![deny(missing_docs, unsafe_code)]

#[cfg(feature = "no_std")]
Expand Down

0 comments on commit 65bde79

Please sign in to comment.