Skip to content

Commit 87ac05b

Browse files
authored
Merge branch 'main' into deps/upstream-update
2 parents 22bf15f + 4ce9465 commit 87ac05b

29 files changed

Lines changed: 983 additions & 166 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,16 @@ jobs:
174174
- run: |
175175
cargo shear
176176
cargo fmt --check
177-
cargo clippy --all-targets --all-features -- -D warnings
177+
# Allow new clippy lints from the toolchain that fire in upstream
178+
# rolldown crates without a `[lints]` table.
179+
cargo clippy --all-targets --all-features -- -D warnings \
180+
-A clippy::byte_char_slices \
181+
-A clippy::manual_assert_eq \
182+
-A clippy::needless_return_with_question_mark \
183+
-A clippy::useless_borrows_in_formatting
178184
# RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --document-private-items
179185
180-
- uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2
186+
- uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3
181187
with:
182188
files: .
183189

0 commit comments

Comments
 (0)