Skip to content

Commit

Permalink
Switch to using anyhow for error handling (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid authored May 10, 2020
1 parent 42b6bb0 commit 21f81a5
Show file tree
Hide file tree
Showing 20 changed files with 856 additions and 939 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ root = true

[*]
end_of_line = lf
insert_final_newline = true
insert_final_newline = true
10 changes: 6 additions & 4 deletions .gitignore
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
Loading

0 comments on commit 21f81a5

Please sign in to comment.