mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Correct link in documentation for the file clippy_lints::utils::conf
This commit is contained in:
parent
9ebd012c78
commit
169aea615c
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ directory. Adding a configuration to a lint can be useful for thresholds or to c
|
|||
behavior that can be seen as a false positive for some users. Adding a configuration is done
|
||||
in the following steps:
|
||||
|
||||
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)
|
||||
like this:
|
||||
```rust
|
||||
/// Lint: LINT_NAME.
|
||||
|
|
Loading…
Reference in a new issue