Address review comments: make comment inline, fix format in print.

This commit is contained in:
Sateesh Basavaraju 2021-05-13 21:54:50 +05:30
parent 8587f2c53e
commit 1f2380a312

View file

@ -15,6 +15,5 @@ fn main() {
Some(p) => println!("Co-ordinates are {},{} ", p.x, p.y),
_ => println!("no match"),
}
// Fix without deleting this line.
y;
y; // Fix without deleting this line.
}