Refactor more stuff
This commit is contained in:
parent
5a7b2de0ea
commit
9394a1ae52
15 changed files with 167 additions and 86 deletions
5
Makefile
5
Makefile
|
@ -19,5 +19,8 @@ clean-db:
|
|||
rm ./emgauwa-controller.sqlite || true
|
||||
$(MAKE) sqlx-prepare
|
||||
|
||||
fmt:
|
||||
format:
|
||||
cargo +nightly fmt
|
||||
|
||||
lint:
|
||||
cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue