We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83eb33b commit 15d14c3Copy full SHA for 15d14c3
RELEASES.md
@@ -36,7 +36,7 @@ Libraries
36
- [Implemented `Extend` for `()`.][50234]
37
- [The `Debug` implementation of `time::Duration` should now be more easily
38
human readable.][50364] Previously a `Duration` of one second would printed as
39
- `Duration { secs: 1, nanos: 0 }` will now be printed as `1s`.
+ `Duration { secs: 1, nanos: 0 }` and will now be printed as `1s`.
40
- [Implemented `From<&String>` for `Cow<str>`, `From<&Vec<T>>` for `Cow<[T]>`,
41
`From<Cow<CStr>>` for `CString`, `From<CString>, From<CStr>, From<&CString>`
42
for `Cow<CStr>`, `From<OsString>, From<OsStr>, From<&OsString>` for
0 commit comments