rust/crates/rust-analyzer
Steffen Lyngbaek 58248e24cd Switch from Vec<InlayKind> to object with props
- Instead of a single object type, use several individual nested types
  to allow toggling from the settings GUI
- Remove unused struct definitions
- Install and test that the toggles work
2020-03-11 20:14:39 -07:00
..
src Switch from Vec<InlayKind> to object with props 2020-03-11 20:14:39 -07:00
tests/heavy_tests Run cargo +nightly fix --clippy -Z unstable-options 2020-02-18 16:03:08 +02:00
build.rs Remove unused placeholder 2020-02-21 18:33:45 +08:00
Cargo.toml Fix SelectionRange return type 2020-03-09 10:17:16 -04:00