File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 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.
1717- [ ` dyn ` ] is a [ strict keyword] , in 2015 it is a [ weak keyword] .
1818- ` async ` , ` await ` , and ` try ` are [ reserved keywords] .
1919- The following lints are now deny by default:
20- - [ overflowing_literals]
2120 - [ tyvar_behind_raw_pointer]
2221
2322## Cargo
@@ -34,7 +33,6 @@ the 2018 edition compared to the 2015 edition.
3433[ Path changes ] : rust-2018/module-system/path-clarity.html
3534[ Trait function parameters ] : https://doc.rust-lang.org/stable/reference/items/traits.html#parameter-patterns
3635[ `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
3836[ reserved keywords ] : https://doc.rust-lang.org/reference/keywords.html#reserved-keywords
3937[ strict keyword ] : https://doc.rust-lang.org/reference/keywords.html#strict-keywords
4038[ tyvar_behind_raw_pointer ] : https://github.com/rust-lang/rust/issues/46906
You can’t perform that action at this time.
0 commit comments