Skip to content

Commit

Permalink
Add unicode_internals feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 25, 2019
1 parent 31a29c1 commit 1f5f862
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, rustc_private, unicode_internals))]

This comment has been minimized.

Copy link
@matklad

matklad Jul 25, 2019

Contributor

Note that rustc_private can now be removed (I did that in #12 )


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

0 comments on commit 1f5f862

Please sign in to comment.