Skip to content

Commit 4c5094e

Browse files
committed
ci-basic.yml: rename elided_named_lifetimes to mismatched_lifetime_syntaxes
1 parent 63eef9d commit 4c5094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# TODO: remove this comment and these Clippy exceptions after syncing with updated upstream.
5050
cargo clippy --workspace --no-deps --all-features --all-targets --locked -- \
5151
-D warnings \
52-
-A elided_named_lifetimes \
52+
-A mismatched_lifetime_syntaxes \
5353
-A missing_docs \
5454
-A non_local_definitions \
5555
-A clippy::needless_lifetimes \

0 commit comments

Comments
 (0)