File tree 2 files changed +2
-2
lines changed
src/ci/docker/host-x86_64/mingw-check
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ impl<'a> Arguments<'a> {
405
405
/// 1. The `pieces` slice must be at least as long as `fmt`.
406
406
/// 2. Every [`rt::v1::Argument::position`] value within `fmt` must be a
407
407
/// valid index of `args`.
408
- /// 3. Every [`Count::Param`] within `fmt` must contain a valid index of
408
+ /// 3. Every [`rt::v1:: Count::Param`] within `fmt` must contain a valid index of
409
409
/// `args`.
410
410
#[ doc( hidden) ]
411
411
#[ inline]
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
46
46
python3 ../x.py test --stage 2 src/tools/tidy && \
47
47
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
48
48
# Build both public and internal documentation.
49
- RUSTDOCFLAGS="--document-private-items" python3 ../x.py doc --stage 0 library/test && \
49
+ RUSTDOCFLAGS=\ " --document-private-items --document-hidden-items \ " python3 ../x.py doc --stage 0 library/test && \
50
50
/scripts/validate-toolstate.sh && \
51
51
/scripts/validate-error-codes.sh && \
52
52
reuse lint && \
You can’t perform that action at this time.
0 commit comments