Skip to content

Commit a5a9f03

Browse files
committed
Bring no_implicit_prelude.edition2018 into present
The remainder of this note is in the present tense, so saying that something "will" happen starting in the 2018 edition makes it sound as though that will happen in the future, even if what we mean is that the compiler "will" do it in the 2018 edition and later. Let's use the present tense here in emphatic form to distinguish this, and let's expand "it" for clarity.
1 parent ee80656 commit a5a9f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/names/preludes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The `no_implicit_prelude` attribute does not affect the [language prelude].
195195
196196
r[names.preludes.no_implicit_prelude.edition2018]
197197
> [!EDITION-2018]
198-
> In the 2015 edition, the `no_implicit_prelude` attribute does not affect the [`macro_use` prelude], and all macros exported from the standard library are still included in the `macro_use` prelude. Starting in the 2018 edition, it will remove the `macro_use` prelude.
198+
> In the 2015 edition, the `no_implicit_prelude` attribute does not affect the [`macro_use` prelude], and all macros exported from the standard library are still included in the `macro_use` prelude. Starting in the 2018 edition, the attribute does remove the `macro_use` prelude.
199199
200200
[`extern crate`]: ../items/extern-crates.md
201201
[`macro_use` attribute]: ../macros-by-example.md#the-macro_use-attribute

0 commit comments

Comments
 (0)