Skip to content

Commit

Permalink
Correct link in documentation for the file clippy_lints::utils::conf
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Sep 3, 2021
1 parent 5bf027b commit 0875445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/adding_lints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0875445

Please sign in to comment.