about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-03-20 18:37:34 +0100
committerPietro Albini <pietro@pietroalbini.org>2020-03-24 15:36:16 +0100
commitf0bd035e2a326c5ee57b74b188675479e365ec67 (patch)
tree99c7c9c218bda98face57b092bf71df414b52aee
parent89339df264ab09320e31f6edd9a6d355a09244fb (diff)
bootstrap: remove default and only_host from expand-yaml-anchors
-rw-r--r--src/bootstrap/run.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/run.rs b/src/bootstrap/run.rs
index 22f88b516cd..90053471427 100644
--- a/src/bootstrap/run.rs
+++ b/src/bootstrap/run.rs
@@ -7,8 +7,6 @@ pub struct ExpandYamlAnchors;
 
 impl Step for ExpandYamlAnchors {
     type Output = ();
-    const DEFAULT: bool = true;
-    const ONLY_HOSTS: bool = true;
 
     /// Runs the `expand-yaml_anchors` tool.
     ///