mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
fix typo
This commit is contained in:
@ -116,7 +116,9 @@ fn main() {
|
||||
let none = plus_one(None);
|
||||
|
||||
if let __ = six {
|
||||
println!("{}", n)
|
||||
println!("{}", n);
|
||||
|
||||
println!("Success!")
|
||||
}
|
||||
|
||||
panic!("NEVER LET THIS RUN!");
|
||||
|
Reference in New Issue
Block a user