]> git.lizzy.rs Git - rust.git/commitdiff
minor: remove debug print
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 31 May 2021 17:20:30 +0000 (20:20 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 31 May 2021 17:20:30 +0000 (20:20 +0300)
crates/syntax/src/tests.rs

index ba0ccfaed1daaa28f45ca53e4637aa692a66ec85..45f3c800fc06240b1e1b63e99dffbfbc5fd8bedd 100644 (file)
@@ -145,7 +145,6 @@ fn parser_fuzz_tests() {
 fn reparse_fuzz_tests() {
     for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) {
         let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap();
-        println!("{:?}", check);
         check.run();
     }
 }