From c4096293d95a3c64276a466db4d91f33edab0b84 Mon Sep 17 00:00:00 2001 From: Wang Qilin Date: Mon, 20 Dec 2021 20:53:57 +0800 Subject: [PATCH] remove rustfix item in test intro (#1277) --- src/doc/rustc-dev-guide/src/tests/intro.md | 3 --- 1 file changed, 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 25c1d059c171e..d92f042e4e404 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)