about summary refs log tree commit diff
path: root/src/tools/clippy/book
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-09-24 11:58:04 +0200
committerPhilipp Krones <hello@philkrones.com>2024-09-24 11:58:04 +0200
commitae1c19146776bec5275c71e64f26f02ecd2893b7 (patch)
treefd7272e3195c9c46e491eff35ed4e08a1df42058 /src/tools/clippy/book
parent4cadeda932d5c261a9a0b1bbd25c4486e4e0a4c6 (diff)
parent7901289135257ca0fbed3a5522526f95b0f5edba (diff)
downloadrust-ae1c19146776bec5275c71e64f26f02ecd2893b7.tar.gz
rust-ae1c19146776bec5275c71e64f26f02ecd2893b7.zip
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-update
Diffstat (limited to 'src/tools/clippy/book')
-rw-r--r--src/tools/clippy/book/src/lint_configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/book/src/lint_configuration.md b/src/tools/clippy/book/src/lint_configuration.md
index 78348797588..91159bc79c5 100644
--- a/src/tools/clippy/book/src/lint_configuration.md
+++ b/src/tools/clippy/book/src/lint_configuration.md
@@ -727,6 +727,7 @@ The minimum rust version that the project supports. Defaults to the `rust-versio
 * [`uninlined_format_args`](https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args)
 * [`unnecessary_lazy_evaluations`](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations)
 * [`unnested_or_patterns`](https://rust-lang.github.io/rust-clippy/master/index.html#unnested_or_patterns)
+* [`unused_trait_names`](https://rust-lang.github.io/rust-clippy/master/index.html#unused_trait_names)
 * [`use_self`](https://rust-lang.github.io/rust-clippy/master/index.html#use_self)