From 1478e4387f803e354a6a8d5bd36d98578d1e3172 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:38:35 +0100 Subject: [PATCH] be clever --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index cb68007..3d3d6a7 100755 --- a/build.sh +++ b/build.sh @@ -19,8 +19,6 @@ rm -f bootstrap.toml --set rust.llvm-bitcode-linker=false \ --set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets -echo "[rust] deny-warnings = true" >> bootstrap.toml - targets=( x86_64-unknown-linux-gnu x86_64-pc-windows-msvc @@ -45,7 +43,7 @@ for target in "${targets[@]}"; do --document-hidden-items \ --html-before-content=$root/before.html \ --extend-css=$root/style.css \ - --cap-lints=warn" + --cap-lints=allow" ./x doc library --target "$target" --stage 1