Skip to content

Commit

Permalink
bootstrap: remove default and only_host from expand-yaml-anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Mar 24, 2020
1 parent 89339df commit f0bd035
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/run.rs
Expand Up @@ -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.
///
Expand Down

0 comments on commit f0bd035

Please sign in to comment.