Skip to content

Commit

Permalink
Data loading (#21)
Browse files Browse the repository at this point in the history
Closes #9
  • Loading branch information
ksew1 authored Aug 27, 2024
1 parent d4261e7 commit f6bb0e7
Show file tree
Hide file tree
Showing 17 changed files with 12,989 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[alias]
lint = "clippy --all-targets --all-features -- --no-deps -W clippy::pedantic"
lint = "clippy --all-targets --all-features -- --no-deps -W clippy::pedantic -A clippy::module_name_repetitions"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ debug
target
.idea
crates/cairo-coverage/tests/data/test_project/.snfoundry_cache
.spr.yml
Loading

0 comments on commit f6bb0e7

Please sign in to comment.