Skip to content

Commit 77a5fe9

Browse files
authored
Show unstable feature in inherent_ascii_example.
1 parent 6e9cea9 commit 77a5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ impl u8 {
671671
/// # Examples
672672
///
673673
/// ```
674-
/// # #![feature(inherent_ascii_escape)]
674+
/// #![feature(inherent_ascii_escape)]
675675
///
676676
/// assert_eq!("0", b'0'.escape_ascii().to_string());
677677
/// assert_eq!("\\t", b'\t'.escape_ascii().to_string());

0 commit comments

Comments
 (0)