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 ca62197 commit 1d578d4Copy full SHA for 1d578d4
check.exe
0 Bytes
check.ps1
@@ -5,5 +5,5 @@ $CURRENT_DIR = Split-Path -Leaf -Path (Get-Location)
5
if ($CURRENT_DIR -eq "bevy_api_gen") {
6
cargo +nightly-2024-12-15 clippy --all-targets --message-format=json
7
} else {
8
- cargo clippy --workspace --all-targets --message-format=json --features="lua54 rhai teal rune bevy/file_watcher bevy/multi_threaded"
+ cargo clippy --workspace --all-targets --message-format=json --features="lua54 rhai rune bevy/file_watcher bevy/multi_threaded"
9
}
0 commit comments