Skip to content

Commit a13c42d

Browse files
authored
Merge pull request #146 from rust-lang-nursery/overflow-literals-all-editions
overflowing_literals is deny on all editions
2 parents 88bec87 + e074d06 commit a13c42d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rust-2018/edition-changes.md

-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)