Remove another false-negative hidden by dead code changes
This commit is contained in:
parent
a57b8b91db
commit
106cf7bec2
@ -31,10 +31,6 @@ pub struct Std {
|
||||
}
|
||||
|
||||
impl Std {
|
||||
pub fn new(target: TargetSelection) -> Self {
|
||||
Self::new_with_build_kind(target, None)
|
||||
}
|
||||
|
||||
pub fn new_with_build_kind(target: TargetSelection, kind: Option<Kind>) -> Self {
|
||||
Self { target, crates: vec![], override_build_kind: kind }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user