zed/crates/project
Piotr Osiewicz d576cda789 project: Do not inline LSP related methods
The way Rust generics works, having a generic argument puts the burden of codegen on the crate that instantiates a generic function, which in our case is an editor.
2024-02-02 11:38:09 +01:00
..
src project: Do not inline LSP related methods 2024-02-02 11:38:09 +01:00
Cargo.toml
LICENSE-GPL