Fix mistake setting ONLY_HOSTS for Reference.
This was a copy/paste mistake.
This commit is contained in:
parent
53ef052d45
commit
5ebb821fa9
1 changed files with 0 additions and 1 deletions
|
@ -1237,7 +1237,6 @@ pub struct Reference {
|
|||
impl Step for Reference {
|
||||
type Output = ();
|
||||
const DEFAULT: bool = true;
|
||||
const ONLY_HOSTS: bool = true;
|
||||
|
||||
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
|
||||
let builder = run.builder;
|
||||
|
|
Loading…
Add table
Reference in a new issue