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 3dbcb9e commit 640d785Copy full SHA for 640d785
src/conversion/from_into.md
@@ -66,7 +66,7 @@ impl From<i32> for Number {
66
67
fn main() {
68
let int = 5;
69
- // Try removing the type declaration
+ // Try removing the type annotation
70
let num: Number = int.into();
71
println!("My number is {:?}", num);
72
}
0 commit comments