Skip to content

Commit

Permalink
Show unstable feature in inherent_ascii_example.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se authored Mar 27, 2021
1 parent 6e9cea9 commit 77a5fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ impl u8 {
/// # Examples
///
/// ```
/// # #![feature(inherent_ascii_escape)]
/// #![feature(inherent_ascii_escape)]
///
/// assert_eq!("0", b'0'.escape_ascii().to_string());
/// assert_eq!("\\t", b'\t'.escape_ascii().to_string());
Expand Down

0 comments on commit 77a5fe9

Please sign in to comment.