rust/library/core/src/str
Ejez 2b8109f229
Improve wording of parse doc
Change:
```
`parse` can parse any type that...
```
to:
```
`parse` can parse into any type that...
```
Word `into` added to be more precise and in coherence with other parts of the doc.
2021-01-07 07:47:03 +03:00
..
converts.rs Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
error.rs Add #[inline] to the Utf8Error accessors. 2020-10-18 15:38:32 +02:00
iter.rs Add #[inline] to some core::str functions. 2020-10-18 15:39:09 +02:00
lossy.rs Move utf-8 validating helpers to new mod 2020-09-26 05:20:53 +00:00
mod.rs Improve wording of parse doc 2021-01-07 07:47:03 +03:00
pattern.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
traits.rs Add lexicographical comparison doc 2020-10-26 22:39:43 +08:00
validations.rs Remove semicolon from internal err macro 2020-11-18 23:10:35 -05:00