We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89339df commit f0bd035Copy full SHA for f0bd035
src/bootstrap/run.rs
@@ -7,8 +7,6 @@ pub struct ExpandYamlAnchors;
7
8
impl Step for ExpandYamlAnchors {
9
type Output = ();
10
- const DEFAULT: bool = true;
11
- const ONLY_HOSTS: bool = true;
12
13
/// Runs the `expand-yaml_anchors` tool.
14
///
0 commit comments