Home
last modified time | relevance | path

Searched refs:annotate_method_references (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dannotations.rs44 pub annotate_method_references: bool, field
165 if config.annotate_method_references { in annotations()
220 annotate_method_references: true,
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1265 annotate_method_references: lens_config.method_refs, in handle_code_lens()