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

@ -172,6 +172,7 @@
//! [`Vec<T>`]: vec::Vec
//! [`atomic`]: sync::atomic
//! [`for`]: ../book/ch03-05-control-flow.html#looping-through-a-collection-with-for
//! [`str`]: prim@str
//! [`mpsc`]: sync::mpsc
//! [`std::cmp`]: cmp
//! [`std::slice`]: slice