1
Fork 0

Convert str -> prim@str in std

This commit is contained in:
Joshua Nelson 2020-08-22 16:29:55 -04:00
parent 373432e47f
commit 6f4681bacc
4 changed files with 10 additions and 4 deletions

View file

@ -480,7 +480,7 @@ where
/// ```
///
/// [`read()`]: Read::read
/// [`&str`]: str
/// [`&str`]: prim@str
/// [`std::io`]: self
/// [`File`]: crate::fs::File
/// [slice]: ../../std/primitive.slice.html