mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 06:33:58 +00:00
ide: Fix cargo test -p ide --doc
This commit is contained in:
parent
a3e60e7f7a
commit
adddd14afb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
//! Implementation of "range exclusive" inlay hints:
|
//! Implementation of "range exclusive" inlay hints:
|
||||||
//! ```no_run
|
//! ```ignore
|
||||||
//! for i in 0../* < */10 {}
|
//! for i in 0../* < */10 {}
|
||||||
//! if let ../* < */100 = 50 {}
|
//! if let ../* < */100 = 50 {}
|
||||||
//! ```
|
//! ```
|
||||||
|
|
Loading…
Reference in a new issue