Skip to content

Commit cc2c0ad

Browse files
committed
Start translation of casting-between-types.md
1 parent 8e0d8f2 commit cc2c0ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1.6/ja/book/casting-between-types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Casting Between Types
1+
% 型間のキャスト
2+
<!-- % Casting Between Types -->
23

34
Rust, with its focus on safety, provides two different ways of casting
45
different types between each other. The first, `as`, is for safe casts.

0 commit comments

Comments
 (0)