Forgot a space
This commit is contained in:
parent
7cf3a4b37c
commit
9245320712
@ -91,7 +91,7 @@ local CargoFmt() = cachedPipeline(
|
|||||||
|
|
||||||
// Helper function:
|
// Helper function:
|
||||||
local cmd(db, pkg, features=true) = if features then
|
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"
|
+ pkg + " -- -D warnings"
|
||||||
else
|
else
|
||||||
"cargo clippy --no-default-features --release -p "
|
"cargo clippy --no-default-features --release -p "
|
||||||
|
Loading…
Reference in New Issue
Block a user