We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81de8f commit 4cc8565Copy full SHA for 4cc8565
src/flow_control/for.md
@@ -80,7 +80,7 @@ fn main() {
80
data is provided. Once the collection has been consumed it is no longer
81
available for reuse as it has been 'moved' within the loop.
82
83
-```rust, editable
+```rust, editable, ignore
84
fn main() {
85
let names = vec!["Bob", "Frank", "Ferris"];
86
0 commit comments