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.
quote()
'
summarize
1 parent 6c633da commit 4913663Copy full SHA for 4913663
justfile
@@ -243,7 +243,7 @@ audit:
243
nextest *FLAGS="--workspace":
244
cargo nextest run {{ FLAGS }}
245
246
-summarize EXPRESSION="all()": (nextest "--workspace --run-ignored all --no-fail-fast --status-level none --final-status-level none -E '" EXPRESSION "'")
+summarize EXPRESSION="all()": (nextest "--workspace --run-ignored all --no-fail-fast --status-level none --final-status-level none -E" quote(EXPRESSION))
247
248
# run nightly rustfmt for its extra features, but check that it won't upset stable rustfmt
249
fmt:
0 commit comments