We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313b41f commit 3390c51Copy full SHA for 3390c51
doc/adding_lints.md
@@ -86,9 +86,9 @@ test. That allows us to check if the output is turning into what we want.
86
87
Once we are satisfied with the output, we need to run
88
`tests/ui/update-all-references.sh` to update the `.stderr` file for our lint.
89
-Please note that, we should run `TESTNAME=ui/foo_functions cargo uitest`
+Please note that, we should run `TESTNAME=foo_functions cargo uitest`
90
every time before running `tests/ui/update-all-references.sh`.
91
-Running `TESTNAME=ui/foo_functions cargo uitest` should pass then. When we
+Running `TESTNAME=foo_functions cargo uitest` should pass then. When we
92
commit our lint, we need to commit the generated `.stderr` files, too.
93
94
### Rustfix tests
0 commit comments