Skip to content

Commit 4cc8565

Browse files
authored
Fix for.md to ignore compiler error for FIXME
The user needs to fix the section by commenting out `println!("names: {:?}", names);` before running the example
1 parent e81de8f commit 4cc8565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control/for.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fn main() {
8080
data is provided. Once the collection has been consumed it is no longer
8181
available for reuse as it has been 'moved' within the loop.
8282

83-
```rust, editable
83+
```rust, editable, ignore
8484
fn main() {
8585
let names = vec!["Bob", "Frank", "Ferris"];
8686

0 commit comments

Comments
 (0)