mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
chore: Remove unnecessary println! call
This commit is contained in:
@@ -684,7 +684,6 @@ fn check_hover_range_no_results(ra_fixture: &str) {
|
||||
range,
|
||||
)
|
||||
.unwrap();
|
||||
println!("AAA {:#?}", hover);
|
||||
assert!(hover.is_none());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user