about summary refs log tree commit diff
path: root/src/doc/guide-strings.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-12-07 04:18:56 -0500
committerSteve Klabnik <steve@steveklabnik.com>2014-12-07 04:18:56 -0500
commit8ba56052330c69b6bb5bb9c477ff2d3894e5911d (patch)
tree233f89003b8be675bc79f55889404b6b0202c44e /src/doc/guide-strings.md
parentf7d18b92f80e52462a5c086bb47252817e6b1b3d (diff)
downloadrust-8ba56052330c69b6bb5bb9c477ff2d3894e5911d.tar.gz
rust-8ba56052330c69b6bb5bb9c477ff2d3894e5911d.zip
remove usage of notrust from the docs
Fixes #19599
Diffstat (limited to 'src/doc/guide-strings.md')
-rw-r--r--src/doc/guide-strings.md6
1 files changed, 3 insertions, 3 deletions
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}

 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