mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
5ce2b4819e
1504: Simplify LSP handlers r=matklad a=kjeremy Takes advantage of protocol inheritance via composition and simplifies some responses via the `From`/`Into` traits. Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>