Refactor more stuff

This commit is contained in:
Tobias Reisinger 2023-12-04 23:59:26 +01:00
parent 5a7b2de0ea
commit 9394a1ae52
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
15 changed files with 167 additions and 86 deletions

View file

@ -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