Skip to content

Commit a390695

Browse files
committed
Add --release to disallowed-from-async lint (sigp#3325)
## Issue Addressed - sigp#3251 ## Proposed Changes Adds the release tag to the `disallowed_from_async` lint. ## Additional Info ~~I haven't run this locally yet due to (minor) complexity of running the lint, I'm seeing if it will work via Github.~~
1 parent 4212f22 commit a390695

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,9 @@ lint:
146146
-A clippy::upper-case-acronyms \
147147
-A clippy::vec-init-then-push
148148

149-
# FIXME: fails if --release is added due to broken HTTP API tests
150149
nightly-lint:
151150
cp .github/custom/clippy.toml .
152-
cargo +$(CLIPPY_PINNED_NIGHTLY) clippy --workspace --tests -- \
151+
cargo +$(CLIPPY_PINNED_NIGHTLY) clippy --workspace --tests --release -- \
153152
-A clippy::all \
154153
-D clippy::disallowed_from_async
155154
rm clippy.toml

0 commit comments

Comments
 (0)