mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-04 23:50:47 +00:00
minor: remove debug print
This commit is contained in:
parent
020610f453
commit
ee51bf04be
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ fn parser_fuzz_tests() {
|
||||||
fn reparse_fuzz_tests() {
|
fn reparse_fuzz_tests() {
|
||||||
for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) {
|
for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) {
|
||||||
let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap();
|
let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap();
|
||||||
println!("{:?}", check);
|
|
||||||
check.run();
|
check.run();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue