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 690f9d8 commit 19f3a0dCopy full SHA for 19f3a0d
text/0501-consistent_no_prelude_attributes.md
@@ -75,4 +75,4 @@ Finally, the old attribute name should emit a deprecated warning, and be removed
75
- Keep the current behavior
76
- Remove the `#[no_implicit_prelude]` attribute all together, instead forcing users to use
77
`#[no_std]` in combination with `extern crate std;` and `use std::prelude::*`.
78
- - 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.
0 commit comments