mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13: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:
|
||||
//! ```no_run
|
||||
//! ```ignore
|
||||
//! for i in 0../* < */10 {}
|
||||
//! if let ../* < */100 = 50 {}
|
||||
//! ```
|
||||
|
|
Loading…
Reference in a new issue