Forgot a space

This commit is contained in:
Ana Gelez 2020-07-26 17:13:03 +02:00
parent 7cf3a4b37c
commit 9245320712

View File

@ -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 "