remove rustfix item in test intro (#1277)

This commit is contained in:
Wang Qilin 2021-12-20 20:53:57 +08:00 committed by GitHub
parent 924c1fa136
commit 1349a379b8
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ details.
ultimate in flexibility but quite annoying to write.
- `rustdoc` tests for rustdoc, making sure that the generated files
contain the expected documentation.
- `rustfix` tests for applying [diagnostic
suggestions](../diagnostics.md#suggestions) with the
[`rustfix`](https://github.com/rust-lang/rustfix/) crate
- `*-fulldeps` same as above, but indicates that the test depends
on things other than `std` (and hence those things must be built)