about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/adding_lints.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/adding_lints.md b/doc/adding_lints.md
index 1fb26c66d9f..1f443000d6b 100644
--- a/doc/adding_lints.md
+++ b/doc/adding_lints.md
@@ -77,7 +77,7 @@ fn main() {
 
 ```
 
-Now we can run the test with `TESTNAME=ui/foo_functions cargo uitest`.
+Now we can run the test with `TESTNAME=foo_functions cargo uitest`.
 Currently this test will fail. If you go through the output you will see that we
 are told that `clippy::foo_functions` is an unknown lint, which is expected.