Remove todo!
comments (#8981)
Switching fully to normal `todo` style Release Notes: - N/A
This commit is contained in:
parent
8be4b4d75d
commit
8a92d28663
18 changed files with 86 additions and 86 deletions
|
@ -70,7 +70,7 @@ impl LspAdapter for RustLspAdapter {
|
|||
let decompressed_bytes = GzipDecoder::new(BufReader::new(response.body_mut()));
|
||||
let mut file = File::create(&destination_path).await?;
|
||||
futures::io::copy(decompressed_bytes, &mut file).await?;
|
||||
// todo("windows")
|
||||
// todo(windows)
|
||||
#[cfg(not(windows))]
|
||||
{
|
||||
fs::set_permissions(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue