diff options
Diffstat (limited to 'src/libcore/str.rs')
| -rw-r--r-- | src/libcore/str.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/str.rs b/src/libcore/str.rs index 92f82bd9771..e632934782c 100644 --- a/src/libcore/str.rs +++ b/src/libcore/str.rs @@ -1757,9 +1757,9 @@ pub trait StrPrelude for Sized? { /// } /// ``` /// - /// ## Output + /// This outputs: /// - /// ```ignore + /// ```text /// 0: 中 /// 3: 华 /// 6: V |
