Skip to content

Commit

Permalink
Merge pull request #146 from rust-lang-nursery/overflow-literals-all-…
Browse files Browse the repository at this point in the history
…editions

overflowing_literals is deny on all editions
  • Loading branch information
Centril committed Feb 25, 2019
2 parents 88bec87 + e074d06 commit a13c42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rust-2018/edition-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ the 2018 edition compared to the 2015 edition.
- [`dyn`] is a [strict keyword], in 2015 it is a [weak keyword].
- `async`, `await`, and `try` are [reserved keywords].
- The following lints are now deny by default:
- [overflowing_literals]
- [tyvar_behind_raw_pointer]

## Cargo
Expand All @@ -34,7 +33,6 @@ the 2018 edition compared to the 2015 edition.
[Path changes]: rust-2018/module-system/path-clarity.html
[Trait function parameters]: https://doc.rust-lang.org/stable/reference/items/traits.html#parameter-patterns
[`dyn`]: rust-2018/trait-system/dyn-trait-for-trait-objects.html
[overflowing_literals]: https://github.com/rust-lang/rfcs/blob/master/text/2438-deny-integer-literal-overflow-lint.md
[reserved keywords]: https://doc.rust-lang.org/reference/keywords.html#reserved-keywords
[strict keyword]: https://doc.rust-lang.org/reference/keywords.html#strict-keywords
[tyvar_behind_raw_pointer]: https://github.com/rust-lang/rust/issues/46906
Expand Down

0 comments on commit a13c42d

Please sign in to comment.