unstable just
This commit is contained in:
parent
ec02821825
commit
709224b31f
6
justfile
6
justfile
@ -1,6 +1,6 @@
|
|||||||
# The `--fmt` command is currently unstable.
|
# The `--fmt` command is currently unstable.
|
||||||
|
|
||||||
# set unstable := true
|
set unstable := true
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@just --list
|
@just --list
|
||||||
@ -21,8 +21,8 @@ test:
|
|||||||
|
|
||||||
# format files
|
# format files
|
||||||
format:
|
format:
|
||||||
# just --fmt
|
just --fmt
|
||||||
cargo fmt --check
|
cargo fmt
|
||||||
|
|
||||||
# lint
|
# lint
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user