Forgot a space
This commit is contained in:
parent
7cf3a4b37c
commit
9245320712
@ -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 New Issue
Block a user