File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
- uses : dtolnay/rust-toolchain@stable
162
162
- run : cargo install cargo-hack
163
163
- run : git config user.name "github-runner" && git config user.email "<>"
164
- - run : git rebase --exec 'cargo hack --clean-per-run --feature-powerset --exclude-features alloc --exclude-features default --version-range 1.82.. --clean-per-version check --locked --all-targets' --exec 'cargo clean' --root
164
+ - run : git rebase --exec 'cargo hack --clean-per-run --feature-powerset --exclude-features unsafe-pinned --exclude-features alloc --exclude-features default --version-range 1.82.. --clean-per-version check --locked --all-targets' --exec 'cargo clean' --root
165
165
env :
166
166
RUSTFLAGS : " -Dwarnings"
167
167
nightly-msrv :
Original file line number Diff line number Diff line change @@ -24,4 +24,6 @@ impl From<AllocError> for Error {
24
24
}
25
25
26
26
#[ allow( dead_code) ]
27
- fn main ( ) { }
27
+ fn main ( ) {
28
+ let _ = Error ;
29
+ }
You can’t perform that action at this time.
0 commit comments