Show unstable feature in inherent_ascii_example. · rust-lang/rust@77a5fe9 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 77a5fe9

Show unstable feature in inherent_ascii_example.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -671,7 +671,7 @@ impl u8 {
671 671 /// # Examples
672 672 ///
673 673 /// ```
674 - /// # #![feature(inherent_ascii_escape)]
674 + /// #![feature(inherent_ascii_escape)]
675 675 ///
676 676 /// assert_eq!("0", b'0'.escape_ascii().to_string());
677 677 /// assert_eq!("\\t", b'\t'.escape_ascii().to_string());