We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eef9d commit 4c5094eCopy full SHA for 4c5094e
.github/workflows/ci-basic.yml
@@ -49,7 +49,7 @@ jobs:
49
# TODO: remove this comment and these Clippy exceptions after syncing with updated upstream.
50
cargo clippy --workspace --no-deps --all-features --all-targets --locked -- \
51
-D warnings \
52
- -A elided_named_lifetimes \
+ -A mismatched_lifetime_syntaxes \
53
-A missing_docs \
54
-A non_local_definitions \
55
-A clippy::needless_lifetimes \
0 commit comments