We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5baef96 commit f24cc7bCopy full SHA for f24cc7b
RELEASES.md
@@ -46,7 +46,7 @@ Libraries
46
- [`u8::is_ascii` is now `const`.][68984]
47
- [`String` now implements `AsMut<str>`.][68742]
48
- [Added the `primitive` module to `std` and `core`.][67637] This module
49
- reexports Rust's primitive types. This is mainly useful for use in macros
+ reexports Rust's primitive types. This is mainly useful in macros
50
where you want avoid these types being shadowed.
51
- [Relaxed some of the trait bounds on `HashMap` and `HashSet`.][67642]
52
- [`string::FromUtf8Error` now implements `Clone + Eq`.][68738]
0 commit comments