mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix mistake setting ONLY_HOSTS for Reference.
This was a copy/paste mistake.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user