mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Fix lint
This commit is contained in:
parent
c7f4647749
commit
8eae893c76
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ interface DownloadOpts {
|
||||||
dest: string;
|
dest: string;
|
||||||
mode?: number;
|
mode?: number;
|
||||||
gunzip?: boolean;
|
gunzip?: boolean;
|
||||||
overwrite?: boolean,
|
overwrite?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function download(opts: DownloadOpts) {
|
export async function download(opts: DownloadOpts) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue