We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c3a00b + 71873e6 commit 4521aedCopy full SHA for 4521aed
exercises/enums/enums2.rs
@@ -10,7 +10,7 @@ enum Message {
10
11
impl Message {
12
fn call(&self) {
13
- println!("{:?}", &self);
+ println!("{:?}", self);
14
}
15
16
0 commit comments