From 169aea615c921878cb31e182850b27952bb882cd Mon Sep 17 00:00:00 2001 From: Fridtjof Stoldt Date: Fri, 3 Sep 2021 15:31:53 +0200 Subject: [PATCH] Correct link in documentation for the file `clippy_lints::utils::conf` --- doc/adding_lints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/adding_lints.md b/doc/adding_lints.md index 392b70ee3..004eb28b4 100644 --- a/doc/adding_lints.md +++ b/doc/adding_lints.md @@ -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.