Skip to content

Commit adddd14

Browse files
ide: Fix cargo test -p ide --doc
1 parent a3e60e7 commit adddd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/inlay_hints/range_exclusive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Implementation of "range exclusive" inlay hints:
2-
//! ```no_run
2+
//! ```ignore
33
//! for i in 0../* < */10 {}
44
//! if let ../* < */100 = 50 {}
55
//! ```

0 commit comments

Comments
 (0)