mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-07 06:04:32 +00:00
Remove println! debug :(
This commit is contained in:
parent
821d04b2a4
commit
adc3b12ad4
@ -375,7 +375,6 @@ fn format_lines(
|
||||
config: &Config,
|
||||
report: &mut FormatReport,
|
||||
) {
|
||||
println!("skipped_range: {:?}", skipped_range);
|
||||
// Iterate over the chars in the file map.
|
||||
let mut trims = vec![];
|
||||
let mut last_wspace: Option<usize> = None;
|
||||
|
Loading…
Reference in New Issue
Block a user