Skip to content

Commit

Permalink
remove resolve_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Aug 31, 2021
1 parent d68c78a commit bf07118
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 80 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
target
.DS_Store
45 changes: 26 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ pub use wrapped_hash::*;
mod retrieval;
pub use retrieval::*;

mod validation_support;
pub use validation_support::*;

mod crud;
pub use crud::*;

Expand Down
57 changes: 0 additions & 57 deletions src/validation_support.rs

This file was deleted.

0 comments on commit bf07118

Please sign in to comment.