We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebc340 commit 1a4aa1eCopy full SHA for 1a4aa1e
src/libcore/ascii.rs
@@ -57,6 +57,7 @@ pub struct EscapeDefault {
57
/// # Examples
58
///
59
/// ```
60
+/// #![no_std]
61
/// use core::ascii;
62
63
/// let escaped = ascii::escape_default(b'0').next().unwrap();
0 commit comments