Skip to content

Commit

Permalink
Fix doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
1011X committed Mar 4, 2018
1 parent bebc340 commit 1a4aa1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/ascii.rs
Expand Up @@ -57,6 +57,7 @@ pub struct EscapeDefault {
/// # Examples
///
/// ```
/// #![no_std]
/// use core::ascii;
///
/// let escaped = ascii::escape_default(b'0').next().unwrap();
Expand Down

0 comments on commit 1a4aa1e

Please sign in to comment.