We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d27722 commit 47d89aeCopy full SHA for 47d89ae
doc/adding_lints.md
@@ -77,7 +77,7 @@ fn main() {
77
78
```
79
80
-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`.
81
Currently this test will fail. If you go through the output you will see that we
82
are told that `clippy::foo_functions` is an unknown lint, which is expected.
83
0 commit comments