Skip to content

Commit

Permalink
chore: remove old and unnecessary experiment (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 13, 2021
1 parent 1f4e45a commit aba8e56
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 795 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ members = [
"experiments/object-access",
"experiments/diffing",
"experiments/traversal",
"experiments/hash-owned-borrowed",

"cargo-smart-release",

Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ check: ## Build all code in suitable configurations
cd experiments/object-access && cargo check
cd experiments/diffing && cargo check
cd experiments/traversal && cargo check
cd experiments/hash-owned-borrowed && cargo check

unit-tests: ## run all unit tests
cargo test --all
Expand Down
Loading

0 comments on commit aba8e56

Please sign in to comment.