You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-lsp/src
Ricardo Fernández Serrata 6997ee9151
`&Option<T>` -> `Option<&T>` (#11091)
* refactor `starting_request_args` to only `ref` non-`Copy`

* refactor `needs_recompile` to only `ref` non-`Copy`

* refactor `add_workspace_folder` to only `ref` `Some`

---------

Co-authored-by: Rudxain <rudxain@localhost.localdomain>
4 months ago
..
client.rs `&Option<T>` -> `Option<&T>` (#11091) 4 months ago
file_event.rs Resolve new Clippy lints 6 months ago
file_operations.rs make path changes LSP spec conform (#8949) 10 months ago
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 2 years ago
lib.rs `cargo fmt` 6 months ago
snippet.rs Fix typos (#6643) 2 years ago
transport.rs use newtype parttern for langauge server id 7 months ago