Fixed linting errors
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
424e723cd8
commit
de38073f71
2 changed files with 15 additions and 9 deletions
4
Makefile
4
Makefile
|
|
@ -23,6 +23,10 @@ lint:
|
|||
@ cargo clippy --all-targets -- -D warnings
|
||||
.PHONY: lint
|
||||
|
||||
format:
|
||||
@ cargo fmt
|
||||
.PHONY: format
|
||||
|
||||
|
||||
# =====DATABASE STUFF=====
|
||||
db:
|
||||
|
|
|
|||
Reference in a new issue