Skip to content

Commit 33b0f4b

Browse files
authored
Merge pull request #144 from kdnakt/translate-from_into
Translate untranslated line in from_into.md
2 parents 484bc5a + 582c846 commit 33b0f4b

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)