Skip to content

Commit dbe58a7

Browse files
committed
translate title
タイトルを翻訳しました
1 parent 0efc482 commit dbe58a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1.6/ja/book/conditional-compilation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Conditional Compilation
1+
% 条件付きコンパイル
2+
<!-- % Conditional Compilation -->
23

34
Rust has a special attribute, `#[cfg]`, which allows you to compile code
45
based on a flag passed to the compiler. It has two forms:

0 commit comments

Comments
 (0)