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