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.
cargo test -p ide --doc
1 parent a3e60e7 commit adddd14Copy full SHA for adddd14
crates/ide/src/inlay_hints/range_exclusive.rs
@@ -1,5 +1,5 @@
1
//! Implementation of "range exclusive" inlay hints:
2
-//! ```no_run
+//! ```ignore
3
//! for i in 0../* < */10 {}
4
//! if let ../* < */100 = 50 {}
5
//! ```
0 commit comments