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>
2024-07-09 18:34:28 +09:00
..
client.rs `&Option<T>` -> `Option<&T>` (#11091) 2024-07-09 18:34:28 +09:00
file_event.rs Resolve new Clippy lints 2024-05-07 15:15:52 -04:00
file_operations.rs make path changes LSP spec conform (#8949) 2024-01-29 01:34:45 +09:00
jsonrpc.rs LSP: Add request ID to request timeout message (#6010) 2023-02-16 10:16:25 +09:00
lib.rs `cargo fmt` 2024-05-07 15:15:52 -04:00
snippet.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
transport.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00