We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064e551 commit c4c19e1Copy full SHA for c4c19e1
book/src/development/writing_tests.md
@@ -202,6 +202,9 @@ The `// run-rustfix` comment will additionally run [rustfix] for our test.
202
Rustfix will apply the suggestions from the lint to the test file code and
203
compare that to the contents of a `.fixed` file.
204
205
+We'll talk about suggestions more in depth in a later chapter.
206
+<!-- FIXME: (blyyas) Link to "Emitting lints" when that gets merged -->
207
+
208
Use `cargo dev bless` to automatically generate the `.fixed` file after running the tests.
209
210
[rustfix]: https://github.com/rust-lang/rustfix
0 commit comments