Skip to content

Commit

Permalink
use the correct feature name for the new nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jul 25, 2019
1 parent 406f09e commit 1bed61b
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 @@ -42,7 +42,7 @@
html_favicon_url = "https://unicode-rs.github.io/unicode-rs_sm.png")]

#![no_std]
#![cfg_attr(feature = "bench", feature(test, rustc_private))]
#![cfg_attr(feature = "bench", feature(test, unicode_internals))]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit 1bed61b

Please sign in to comment.