Skip to content

Commit 0a4ca83

Browse files
authored
Merge pull request #179 from kdnakt/translate-variadics
Translate untranslated line in variadics.md
2 parents 6001445 + 595dafb commit 0a4ca83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/macros/variadics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ macro_rules! calculate {
2323
(eval $e:expr) => {
2424
{
2525
let val: usize = $e; // Force types to be integers
26+
// 強制的に型を整数にする
2627
println!("{} = {}", stringify!{$e}, val);
2728
}
2829
};

0 commit comments

Comments
 (0)