mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-10 13:15:24 +00:00
Forgot a space
This commit is contained in:
parent
7cf3a4b37c
commit
9245320712
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ local CargoFmt() = cachedPipeline(
|
|||
|
||||
// Helper function:
|
||||
local cmd(db, pkg, features=true) = if features then
|
||||
"cargo clippy --no-default-features --features " + db + "--release -p "
|
||||
"cargo clippy --no-default-features --features " + db + " --release -p "
|
||||
+ pkg + " -- -D warnings"
|
||||
else
|
||||
"cargo clippy --no-default-features --release -p "
|
||||
|
|
Loading…
Reference in a new issue