Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/flycheck/src/
Dlib.rs40 pub enum FlycheckConfig { enum
61 impl fmt::Display for FlycheckConfig { implementation
88 config: FlycheckConfig, in spawn()
183 config: FlycheckConfig, in new()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs1261 pub fn flycheck(&self) -> FlycheckConfig { in flycheck()