Skip to content

Commit

Permalink
Merge branch 'corpus'
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 16, 2023
2 parents 2fc0fbf + 2ab69c6 commit aa16c8c
Show file tree
Hide file tree
Showing 109 changed files with 2,003 additions and 437 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
rustflags = [
# Rustc lints
# "-W", "warning_name"
# "-A", "warning_name"
"-A", "clippy::let_unit_value", # in 'small' builds this triggers as the `span!` macro yields `let x = ()`. No way to prevent it in macro apparently.

# Clippy lints
"-W", "clippy::cloned_instead_of_copied",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.64.0 # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
- uses: dtolnay/rust-toolchain@1.65.0 # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
- uses: extractions/setup-just@v1
- run: just ci-check-msrv

0 comments on commit aa16c8c

Please sign in to comment.