More debug trait fun

cat-town
Dan Buch 6 years ago
parent 31e52d6224
commit 3211792108
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -7,7 +7,7 @@ struct Rectangle {
fn main() {
let rect1 = Rectangle { width: 30, height: 50 };
println!("rect1 is {:?}", rect1);
println!("rect1 is {:#?}", rect1);
println!(
"The area of the rectangle is {} square pixels.",

Loading…
Cancel
Save