Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-zh committed Oct 21, 2024
1 parent 0013355 commit db359b9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
3 changes: 1 addition & 2 deletions immut/hashset/moon.pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"moonbitlang/core/array",
"moonbitlang/core/coverage",
"moonbitlang/core/immut/internal/sparse_array",
"moonbitlang/core/quickcheck",
"moonbitlang/core/tuple"
"moonbitlang/core/quickcheck"
],
"test-import": [
"moonbitlang/core/string",
Expand Down
3 changes: 1 addition & 2 deletions option/moon.pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"moonbitlang/core/builtin",
"moonbitlang/core/quickcheck",
"moonbitlang/core/quickcheck/splitmix",
"moonbitlang/core/coverage",
"moonbitlang/core/double"
"moonbitlang/core/coverage"
],
"targets": {
"panic_test.mbt": ["not", "native"]
Expand Down
1 change: 0 additions & 1 deletion sorted_set/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"import": [
"moonbitlang/core/builtin",
"moonbitlang/core/array",
"moonbitlang/core/option",
"moonbitlang/core/quickcheck",
"moonbitlang/core/coverage"
Expand Down
3 changes: 0 additions & 3 deletions strconv/moon.pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"moonbitlang/core/builtin",
"moonbitlang/core/coverage",
"moonbitlang/core/double",
"moonbitlang/core/tuple",
"moonbitlang/core/char",
"moonbitlang/core/string",
"moonbitlang/core/uint64"
]
}
4 changes: 1 addition & 3 deletions string/moon.pkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"import": [
"moonbitlang/core/builtin",
"moonbitlang/core/coverage",
"moonbitlang/core/bytes",
"moonbitlang/core/char"
"moonbitlang/core/coverage"
],
"test-import": [
"moonbitlang/core/immut/list",
Expand Down

0 comments on commit db359b9

Please sign in to comment.