Skip to content

Commit f0bd035

Browse files
committed
bootstrap: remove default and only_host from expand-yaml-anchors
1 parent 89339df commit f0bd035

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/bootstrap/run.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ pub struct ExpandYamlAnchors;
77

88
impl Step for ExpandYamlAnchors {
99
type Output = ();
10-
const DEFAULT: bool = true;
11-
const ONLY_HOSTS: bool = true;
1210

1311
/// Runs the `expand-yaml_anchors` tool.
1412
///

0 commit comments

Comments
 (0)