Skip to content

Commit c4c19e1

Browse files
committed
Add cliffhanger about suggestions
1 parent 064e551 commit c4c19e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/src/development/writing_tests.md

+3
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ The `// run-rustfix` comment will additionally run [rustfix] for our test.
202202
Rustfix will apply the suggestions from the lint to the test file code and
203203
compare that to the contents of a `.fixed` file.
204204

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+
205208
Use `cargo dev bless` to automatically generate the `.fixed` file after running the tests.
206209

207210
[rustfix]: https://github.com/rust-lang/rustfix

0 commit comments

Comments
 (0)