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.
1 parent 2ce92be commit c8b58dbCopy full SHA for c8b58db
src/conversion/string.md
@@ -42,7 +42,7 @@ fn main() {
42
let turbo_parsed = "10".parse::<i32>().unwrap();
43
44
let sum = parsed + turbo_parsed;
45
- println!{"Sum: {:?}", sum};
+ println!("Sum: {:?}", sum);
46
}
47
```
48
0 commit comments