You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-25 02:06:46 +02:00
Change values of example array in for loop slide (#2592)
This commit is contained in:
@ -9,7 +9,7 @@ fn main() {
|
||||
println!("x: {x}");
|
||||
}
|
||||
|
||||
for elem in [1, 2, 3, 4, 5] {
|
||||
for elem in [2, 4, 8, 16, 32] {
|
||||
println!("elem: {elem}");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user