We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy_lints::utils::conf
1 parent 9ebd012 commit 169aea6Copy full SHA for 169aea6
doc/adding_lints.md
@@ -556,7 +556,7 @@ directory. Adding a configuration to a lint can be useful for thresholds or to c
556
behavior that can be seen as a false positive for some users. Adding a configuration is done
557
in the following steps:
558
559
-1. Adding a new configuration entry to [clippy_utils::conf](/clippy_utils/src/conf.rs)
+1. Adding a new configuration entry to [clippy_lints::utils::conf](/clippy_lints/src/utils/conf.rs)
560
like this:
561
```rust
562
/// Lint: LINT_NAME.
0 commit comments