Skip to content

Commit 39ab0de

Browse files
authored
Merge pull request #209 from tatsuya6502/fix-code-block-in-ch03-05
ch03-05:リスティング03-05のタイポ修正
2 parents bf8cc46 + 07e0417 commit 39ab0de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

listings/ch03-common-programming-concepts/listing-03-05/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ fn main() {
22
let a = [10, 20, 30, 40, 50];
33

44
for element in a {
5-
for element in a {
65
println!("the value is: {}", element);
76
}
87
}

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.0
1+
1.59

0 commit comments

Comments
 (0)