Skip to content

Commit

Permalink
Merge pull request #887 from foresterre/nightly-stdsimd-incompat
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored Feb 10, 2024
2 parents 0d91c1d + 6893640 commit ac927e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
uses: actions/checkout@v4

- name: install_rust_nightly
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01 # pinned because of https://github.com/tkaitchuck/aHash/issues/200#issuecomment-1936283358

- name: install_code_coverage_tool
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down
2 changes: 1 addition & 1 deletion src/bin/cargo-msrv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl TracingTarget {
}

enum TracingGuard {
NonBlockingGuard(tracing_appender::non_blocking::WorkerGuard),
NonBlockingGuard(#[allow(dead_code)] tracing_appender::non_blocking::WorkerGuard),
None,
}

Expand Down

0 comments on commit ac927e0

Please sign in to comment.