We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec502d commit b735118Copy full SHA for b735118
Makefile
@@ -204,7 +204,7 @@ test-full: cargo-fmt test-release test-debug test-ef test-exec-engine
204
# Lints the code for bad style and potentially unsafe arithmetic using Clippy.
205
# Clippy lints are opt-in per-crate for now. By default, everything is allowed except for performance and correctness lints.
206
lint:
207
- cargo clippy --workspace --benches --tests $(EXTRA_CLIPPY_OPTS) --features "$(TEST_FEATURES)" -- \
+ RUSTFLAGS="-C debug-assertions=no $(RUSTFLAGS)" cargo clippy --workspace --benches --tests $(EXTRA_CLIPPY_OPTS) --features "$(TEST_FEATURES)" -- \
208
-D clippy::fn_to_numeric_cast_any \
209
-D clippy::manual_let_else \
210
-D clippy::large_stack_frames \
0 commit comments