Skip to content

Commit abbb7ee

Browse files
committed
Auto merge of rust-lang#4501 - derivmug:update-lint-doc, r=phansch
Remove ui/ from TESTNAME for foo lint example changelog: Remove ui/ from TESTNAME in doc/adding-lints.md This PR remove the `ui/` from the TESTNAME of the example foo lint in the 'Adding lints' documentation.
2 parents e3ae76a + 47d89ae commit abbb7ee

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)