File tree 1 file changed +0
-2
lines changed 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3
3
The following is a summary of changes that only apply to code compiled with
4
4
the 2018 edition compared to the 2015 edition.
5
5
6
- - [ At most once] ` ? ` macro repetition operator.
7
6
- [ Path changes] :
8
7
- Paths in ` use ` declarations work the same as other paths.
9
8
- Paths starting with ` :: ` must be followed with an external crate.
@@ -26,7 +25,6 @@ the 2018 edition compared to the 2015 edition.
26
25
specify ` cargo install --path . ` to install the current package.
27
26
28
27
[ Anonymous trait function parameters ] : trait-system/no-anon-params.md
29
- [ At most once ] : macros/at-most-once.md
30
28
[ Non-lexical lifetimes ] : ownership-and-lifetimes/non-lexical-lifetimes.md
31
29
[ Path changes ] : module-system/path-clarity.md
32
30
[ Trait function parameters ] : https://doc.rust-lang.org/stable/reference/items/traits.html#parameter-patterns
You can’t perform that action at this time.
0 commit comments