From 8ba56052330c69b6bb5bb9c477ff2d3894e5911d Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 7 Dec 2014 04:18:56 -0500 Subject: remove usage of notrust from the docs Fixes #19599 --- src/doc/guide-strings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/doc/guide-strings.md') diff --git a/src/doc/guide-strings.md b/src/doc/guide-strings.md index 071c9ff013c..43cc8483bce 100644 --- a/src/doc/guide-strings.md +++ b/src/doc/guide-strings.md @@ -181,7 +181,7 @@ for l in s.graphemes(true) { This prints: -```{notrust,ignore} +```{text} u͔ n͈̰̎ i̙̮͚̦ @@ -207,7 +207,7 @@ for l in s.chars() { This prints: -```{notrust,ignore} +```{text} u ͔ n @@ -252,7 +252,7 @@ for l in s.bytes() { This will print: -```{notrust,ignore} +```{text} 117 205 148 -- cgit 1.4.1-3-g733a5