From bbfc11c80341a170b22d66afe9a33ec606cefd9c Mon Sep 17 00:00:00 2001 From: Nico Wagner Date: Mon, 10 Jul 2023 02:08:35 +0200 Subject: [PATCH] Enable `unreachable-pub` warning --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 832986def..79ed7bc84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,7 @@ defaults: env: CARGO_INCREMENTAL: 0 CACHE_KEY: Linux-cargo-nightly-x86_64-unknown-linux-gnu - # RUSTFLAGS: -D warnings -W unreachable-pub -W rust-2021-compatibility - RUSTFLAGS: -D warnings -W rust-2021-compatibility + RUSTFLAGS: -D warnings -W unreachable-pub -W rust-2021-compatibility RUSTUP_MAX_RETRIES: 10 jobs: