ide: Fix cargo test -p ide --doc

This commit is contained in:
Tetsuharu Ohzeki 2024-02-09 23:21:36 +09:00
parent a3e60e7f7a
commit adddd14afb

View File

@ -1,5 +1,5 @@
//! Implementation of "range exclusive" inlay hints:
//! ```no_run
//! ```ignore
//! for i in 0../* < */10 {}
//! if let ../* < */100 = 50 {}
//! ```