Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs694 pub struct NotificationsConfig { struct
695 pub cargo_toml_not_found: bool,
1160 pub fn notifications(&self) -> NotificationsConfig { in notifications()