diff --git a/justfile b/justfile index 804ad22..3337435 100644 --- a/justfile +++ b/justfile @@ -76,14 +76,6 @@ sloc: replace FROM TO: find src -name '*.rs' | xargs sed -i '' -E 's/{{FROM}}/{{TO}}/g' -nop: - -fail: - exit 1 - -backtick-fail: - echo {{`exit 1`}} - test-quine: cargo run -- quine