Home
last modified time | relevance | path

Searched defs:render_colons (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/inlay_hints/
Dbind_pat.rs92 let render_colons = config.render_colons && !matches!(type_ascriptable, Some(Some(_))); in hints() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dinlay_hints.rs37 pub render_colons: bool, field