Skip to content

Commit 582c846

Browse files
committed
Translate untranslated line in from_into.md
1 parent 80d19fa commit 582c846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conversion/from_into.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ impl From<i32> for Number {
8888
fn main() {
8989
let int = 5;
9090
// Try removing the type annotation
91+
// ここの型アノテーションを消してみましょう。
9192
let num: Number = int.into();
9293
println!("My number is {:?}", num);
9394
}

0 commit comments

Comments
 (0)