Fix typos in 0501

This commit is contained in:
Meng Xiangzhuo 2023-08-15 06:21:43 +08:00
parent 690f9d8fdd
commit 19f3a0d28d
1 changed files with 1 additions and 1 deletions

View File

@ -75,4 +75,4 @@ Finally, the old attribute name should emit a deprecated warning, and be removed
- Keep the current behavior
- Remove the `#[no_implicit_prelude]` attribute all together, instead forcing users to use
`#[no_std]` in combination with `extern crate std;` and `use std::prelude::*`.
- Generalize preludes more to allow custom ones, which might superseed the attributes from this RFC.
- Generalize preludes more to allow custom ones, which might supersede the attributes from this RFC.