Skip to content

Commit 47d89ae

Browse files
committed
Remove ui/ from TESTNAME for foo lint example
1 parent 9d27722 commit 47d89ae

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
@@ -77,7 +77,7 @@ fn main() {
7777

7878
```
7979

80-
Now we can run the test with `TESTNAME=ui/foo_functions cargo uitest`.
80+
Now we can run the test with `TESTNAME=foo_functions cargo uitest`.
8181
Currently this test will fail. If you go through the output you will see that we
8282
are told that `clippy::foo_functions` is an unknown lint, which is expected.
8383

0 commit comments

Comments
 (0)