We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1224d commit af6d49dCopy full SHA for af6d49d
tests/compile-test.rs
@@ -268,15 +268,6 @@ fn run_ui_cargo() {
268
}
269
270
fn main() {
271
- // Support being run by cargo nextest - https://nexte.st/book/custom-test-harnesses.html
272
- if env::args().any(|arg| arg == "--list") {
273
- if !env::args().any(|arg| arg == "--ignored") {
274
- println!("compile_test: test");
275
- }
276
-
277
- return;
278
279
280
set_var("CLIPPY_DISABLE_DOCS_LINKS", "true");
281
// The SPEEDTEST_* env variables can be used to check Clippy's performance on your PR. It runs the
282
// affected test 1000 times and gets the average.
0 commit comments