Skip to content

Commit

Permalink
Just commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maneatingape committed Dec 27, 2024
1 parent 0382fea commit fdc5132
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
lint:
cargo fmt -- **/*.rs
cargo clippy --all-targets --all-features

docs:
cargo doc --document-private-items --open

0 comments on commit fdc5132

Please sign in to comment.