Skip to content

Commit 63862e1

Browse files
Make html-checker run by default on rust compiler docs as well
1 parent 2cedb7c commit 63862e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/doc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ impl Step for Std {
501501

502502
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
503503
pub struct Rustc {
504-
stage: u32,
505-
target: TargetSelection,
504+
pub stage: u32,
505+
pub target: TargetSelection,
506506
}
507507

508508
impl Step for Rustc {

0 commit comments

Comments
 (0)