mirror of https://github.com/rust-lang/rfcs.git
Fix typos in 0501
This commit is contained in:
parent
690f9d8fdd
commit
19f3a0d28d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue