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 @@ -17,7 +17,6 @@ the 2018 edition compared to the 2015 edition.
17
17
- [ ` dyn ` ] is a [ strict keyword] , in 2015 it is a [ weak keyword] .
18
18
- ` async ` , ` await ` , and ` try ` are [ reserved keywords] .
19
19
- The following lints are now deny by default:
20
- - [ overflowing_literals]
21
20
- [ tyvar_behind_raw_pointer]
22
21
23
22
## Cargo
@@ -34,7 +33,6 @@ the 2018 edition compared to the 2015 edition.
34
33
[ Path changes ] : rust-2018/module-system/path-clarity.html
35
34
[ Trait function parameters ] : https://doc.rust-lang.org/stable/reference/items/traits.html#parameter-patterns
36
35
[ `dyn` ] : rust-2018/trait-system/dyn-trait-for-trait-objects.html
37
- [ overflowing_literals ] : https://github.com/rust-lang/rfcs/blob/master/text/2438-deny-integer-literal-overflow-lint.md
38
36
[ reserved keywords ] : https://doc.rust-lang.org/reference/keywords.html#reserved-keywords
39
37
[ strict keyword ] : https://doc.rust-lang.org/reference/keywords.html#strict-keywords
40
38
[ tyvar_behind_raw_pointer ] : https://github.com/rust-lang/rust/issues/46906
You can’t perform that action at this time.
0 commit comments