about summary refs log tree commit diff
path: root/tests/coverage/overflow.coverage
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-19 16:09:02 +0000
committerbors <bors@rust-lang.org>2024-01-19 16:09:02 +0000
commit2a239b98338dfb96535cfc05d3a2999a52ec8e2f (patch)
tree9d4a7d295149fa2bf4d6d1b8ceda388aa23777c3 /tests/coverage/overflow.coverage
parent04edfa1e5af0212553ba4e0d3ee2692eb15a38c9 (diff)
parent4087dcf1db38b459a94b9fa4b7cc45dfef8b4dd0 (diff)
downloadrust-2a239b98338dfb96535cfc05d3a2999a52ec8e2f.tar.gz
rust-2a239b98338dfb96535cfc05d3a2999a52ec8e2f.zip
Auto merge of #16401 - Urhengulas:lint-table, r=Veykril
Expand lint tables && make clippy happy 🎉

This PR expands the lint tables on `./Cargo.toml` and thereby makes `cargo clippy` exit successfully! 🎉

Fixes #15918

## How?

In the beginning there are some warnings for rustc.

Next, and most importantly, there is the clippy lint table. There are a few sections in there.

First there are the lint groups.

Second there are all lints which are permanently allowed with the reasoning why they are allowed.

Third there is a huge list of temporarily allowed lints. They should be removed in the mid-term, but incur a substantial amount of work, therefore they are allowed for now and can be worked on bit by bit.

Fourth there are all lints which should warn.

Additionally there are a few allow statements in the code for lints which should be permanently allowed in this specific place, but not in the whole code base.

## Follow up work
- [ ] Run clippy in CI
- [ ] Remove tidy test (at least `@Veykril` wrote this in #15017)
- [ ] Work on temporarily allowed lints
Diffstat (limited to 'tests/coverage/overflow.coverage')
0 files changed, 0 insertions, 0 deletions