Skip to content

Commit 169aea6

Browse files
committed
Correct link in documentation for the file clippy_lints::utils::conf
1 parent 9ebd012 commit 169aea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/adding_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ directory. Adding a configuration to a lint can be useful for thresholds or to c
556556
behavior that can be seen as a false positive for some users. Adding a configuration is done
557557
in the following steps:
558558

559-
1. Adding a new configuration entry to [clippy_utils::conf](/clippy_utils/src/conf.rs)
559+
1. Adding a new configuration entry to [clippy_lints::utils::conf](/clippy_lints/src/utils/conf.rs)
560560
like this:
561561
```rust
562562
/// Lint: LINT_NAME.

0 commit comments

Comments
 (0)