Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57b8b9 commit 106cf7bCopy full SHA for 106cf7b
src/bootstrap/src/core/build_steps/check.rs
@@ -31,10 +31,6 @@ pub struct Std {
31
}
32
33
impl Std {
34
- pub fn new(target: TargetSelection) -> Self {
35
- Self::new_with_build_kind(target, None)
36
- }
37
-
38
pub fn new_with_build_kind(target: TargetSelection, kind: Option<Kind>) -> Self {
39
Self { target, crates: vec![], override_build_kind: kind }
40
0 commit comments