Skip to content

Commit e5b358a

Browse files
committed
port to hand-rolled parser, since clap doesn't behave just the right way
1 parent e8d10a3 commit e5b358a

File tree

4 files changed

+150
-354
lines changed

4 files changed

+150
-354
lines changed

miri-script/Cargo.lock

-299
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

miri-script/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ edition = "2021"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
clap = {version = "4.2", features = ["derive", "env"]}
1514
which = "4.4"
1615
walkdir = "2.3"
1716
itertools = "0.10"

0 commit comments

Comments
 (0)