Fix cargo hack warnings (#3114)

This commit is contained in:
Tobias Bieniek
2024-12-27 10:53:31 +01:00
committed by GitHub
parent ed4d560054
commit 32a948e8ea
7 changed files with 100 additions and 91 deletions
+3
View File
@@ -43,6 +43,9 @@ jobs:
cargo-hack:
runs-on: ubuntu-24.04
env:
# Fail the build if there are any warnings
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable