Skip to content

Commit cdb2c59

Browse files
2.1: 修复文档测试错误
1 parent 0473550 commit cdb2c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
//! # if in comprehension
6161
//!
6262
//! `for` pattern `in` collection `if` ... will be translated to
63-
//! ```rust
63+
//! ```ignore
6464
//! for pattern in collection {
6565
//! if ... {
6666
//!

0 commit comments

Comments
 (0)