mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Remove redundant Runnable.range
This commit is contained in:
parent
1cd18f9237
commit
bc560a2f5b
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ interface RunnablesParams {
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Runnable {
|
interface Runnable {
|
||||||
range: lc.Range;
|
|
||||||
label: string;
|
label: string;
|
||||||
bin: string;
|
bin: string;
|
||||||
args: string[];
|
args: string[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue