We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc39abb commit 640aab3Copy full SHA for 640aab3
src/librustc_unicode/lib.rs
@@ -31,7 +31,7 @@
31
html_root_url = "https://doc.rust-lang.org/nightly/",
32
html_playground_url = "https://play.rust-lang.org/",
33
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
34
- test(no_crate_inject))]
+ test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
35
#![no_std]
36
37
#![feature(core_char_ext)]
src/librustc_unicode/u_str.rs
@@ -190,6 +190,7 @@ impl<'a> Iterator for Utf16Items<'a> {
190
///
191
/// ```
192
/// #![feature(unicode, decode_utf16)]
193
+/// # #![allow(deprecated)]
194
195
/// extern crate rustc_unicode;
196
0 commit comments