From 4dbcf800d5bd0ec46cb3637a4bb1183d84594843 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 31 Jan 2014 16:45:12 -0800 Subject: [PATCH] doc: Remove references to `@str` from the documentation --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index 503d1a1072b..7a9d5d26b57 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -3079,7 +3079,7 @@ A value of type `str` is a Unicode string, represented as a vector of 8-bit unsigned bytes holding a sequence of UTF-8 codepoints. Since `str` is of unknown size, it is not a _first class_ type, but can only be instantiated through a pointer type, -such as `&str`, `@str` or `~str`. +such as `&str` or `~str`. ### Tuple types -- 2.44.0