Refactor error handling

This commit is contained in:
2022-02-14 23:42:20 +01:00
parent 6f3bdf1814
commit 86a2649e45
6 changed files with 173 additions and 46 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
- id: clippy