Skip to content

Commit

Permalink
Enable unreachable-pub warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Jul 10, 2023
1 parent 31fce16 commit bbfc11c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbfc11c

Please sign in to comment.