mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Fix build script dependencies
This commit is contained in:
parent
9a431c26f4
commit
a272cdfecd
3 changed files with 57 additions and 13 deletions
|
@ -159,7 +159,7 @@ impl CargoTargetSpec {
|
|||
TargetKind::Lib => {
|
||||
buf.push("--lib".to_string());
|
||||
}
|
||||
TargetKind::Other => (),
|
||||
TargetKind::Other | TargetKind::BuildScript => (),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue