Skip to content

Commit 7c1d8ca

Browse files
bors[bot]matklad
andauthored
Merge #9088
9088: minor: remove debug print r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 4cb4b23 + ee51bf0 commit 7c1d8ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/syntax/src/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ fn parser_fuzz_tests() {
145145
fn reparse_fuzz_tests() {
146146
for (_, text) in collect_rust_files(&test_data_dir(), &["reparse/fuzz-failures"]) {
147147
let check = fuzz::CheckReparse::from_data(text.as_bytes()).unwrap();
148-
println!("{:?}", check);
149148
check.run();
150149
}
151150
}

0 commit comments

Comments
 (0)