Remove redundant [..]s
This commit is contained in:
parent
e6b883c74f
commit
15de4cbc4b
45 changed files with 123 additions and 127 deletions
|
@ -659,7 +659,7 @@ where
|
|||
}
|
||||
|
||||
writeln!(text, ";").unwrap();
|
||||
w.write_all(&text[..])?;
|
||||
w.write_all(&text)?;
|
||||
|
||||
text.clear();
|
||||
}
|
||||
|
@ -684,7 +684,7 @@ where
|
|||
}
|
||||
|
||||
writeln!(text, ";").unwrap();
|
||||
w.write_all(&text[..])?;
|
||||
w.write_all(&text)?;
|
||||
|
||||
text.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue