mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
typo
This commit is contained in:
parent
ab28118449
commit
d9508ba99d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ fn main() {
|
|||
}
|
||||
}
|
||||
|
||||
// Collaspe `else { if .. }` to `else if ..`
|
||||
// Collapse `else { if .. }` to `else if ..`
|
||||
if x == "hello" {
|
||||
print!("Hello ");
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue