Skip to content

Commit 10064b4

Browse files
committed
doc: Remove references to @str from the documentation
1 parent 098060e commit 10064b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3079,7 +3079,7 @@ A value of type `str` is a Unicode string,
30793079
represented as a vector of 8-bit unsigned bytes holding a sequence of UTF-8 codepoints.
30803080
Since `str` is of unknown size, it is not a _first class_ type,
30813081
but can only be instantiated through a pointer type,
3082-
such as `&str`, `@str` or `~str`.
3082+
such as `&str` or `~str`.
30833083

30843084
### Tuple types
30853085

0 commit comments

Comments
 (0)