Skip to content

Commit 1a71786

Browse files
committed
WIP: try release build
1 parent 90ebcdd commit 1a71786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uitest = "test --test compile-test"
33
dev = "run --target-dir clippy_dev/target --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
44
lintcheck = "run --target-dir lintcheck/target --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
5-
collect-metadata = "test --test dogfood --features metadata-collector-lint -- run_metadata_collection_lint --ignored"
5+
collect-metadata = "test --release --test dogfood --features metadata-collector-lint -- run_metadata_collection_lint --ignored"
66

77
[build]
88
rustflags = ["-Zunstable-options"]

0 commit comments

Comments
 (0)