-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using anyhow for error handling (#9)
- Loading branch information
1 parent
42b6bb0
commit 21f81a5
Showing
20 changed files
with
856 additions
and
939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ root = true | |
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/target | ||
**/*.rs.bk | ||
/.idea | ||
*.iml | ||
/target | ||
**/*.rs.bk | ||
/.idea | ||
*.iml | ||
/.vagrant | ||
/testing/*.vdi |
Oops, something went wrong.