Skip to content

Commit b55b638

Browse files
committed
fix CI errors
Signed-off-by: onur-ozkan <[email protected]>
1 parent 6280bef commit b55b638

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ci/docker/host-x86_64/mingw-check-1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV SCRIPT \
5353
/scripts/validate-toolstate.sh && \
5454
/scripts/validate-error-codes.sh && \
5555
reuse --include-submodules lint && \
56-
python3 ../x.py test collect-license-metadata && \
56+
python3 ../x.py test compiletest collect-license-metadata && \
5757
# Runs checks to ensure that there are no issues in our JS code.
5858
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
5959
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \

src/librustdoc/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#![allow(clippy::collapsible_if, clippy::collapsible_else_if)]
2323
#![allow(rustc::diagnostic_outside_of_impl)]
2424
#![allow(rustc::untranslatable_diagnostic)]
25-
#![cfg_attr(bootstrap, feature(os_str_display))]
2625

2726
extern crate thin_vec;
2827

0 commit comments

Comments
 (0)