diff --git a/src/bootstrap/run.rs b/src/bootstrap/run.rs index 22f88b516cd0c..900534714277c 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. ///