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 0473550 commit cdb2c59Copy full SHA for cdb2c59
src/lib.rs
@@ -60,7 +60,7 @@
60
//! # if in comprehension
61
//!
62
//! `for` pattern `in` collection `if` ... will be translated to
63
-//! ```rust
+//! ```ignore
64
//! for pattern in collection {
65
//! if ... {
66
0 commit comments