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-dap/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>
3 months ago
..
client.rs `&Option<T>` -> `Option<&T>` (#11091) 3 months ago
lib.rs Improve error handling for `which::which` failures 8 months ago
transport.rs Fix unwrap bug in DAP (#6786) 1 year ago
types.rs DAP: Deserialize number IDs (#10943) 4 months ago