mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
parent
dc91b73d7a
commit
8d0431fd9a
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ fn main() {
|
|||
println!("Hello {}\n", "world");
|
||||
print!("Issue\n{}", 1265);
|
||||
print!("{}", 1265);
|
||||
print!("\n{}", 1275);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue