diff options
| author | Wang Qilin <qilin.wang@huawei.com> | 2021-12-20 20:53:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-20 21:53:57 +0900 |
| commit | 404a87fdaaa09c47744ec2768d96cdb281ae2464 (patch) | |
| tree | 39797eed35530c42b8440badd83ed158d04eeaa6 /src/doc/rustc-dev-guide | |
| parent | 8e224691c05d46705aa64f30aad1036c6deeac4b (diff) | |
| download | rust-404a87fdaaa09c47744ec2768d96cdb281ae2464.tar.gz rust-404a87fdaaa09c47744ec2768d96cdb281ae2464.zip | |
remove rustfix item in test intro (#1277)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/intro.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md index 25c1d059c17..d92f042e4e4 100644 --- a/src/doc/rustc-dev-guide/src/tests/intro.md +++ b/src/doc/rustc-dev-guide/src/tests/intro.md @@ -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) |
