mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 08:25:01 +01:00
Actually, let's not bisect imports by default
I thought it was a good idea, but now that reaper is not completely busted, i see that this is taking a bit longer than i'd like.. It's easier to just run reaper again
This commit is contained in:
parent
ecf52e2d3b
commit
d023307d8d
3 changed files with 7 additions and 1 deletions
|
|
@ -170,6 +170,7 @@ fn build(cargo: &Path, path: &Path, regression_checker_path: &Path) -> Result<()
|
|||
flag.push(regression_checker_path);
|
||||
flag
|
||||
});
|
||||
cmd.arg("--bisect-delete-imports");
|
||||
|
||||
let minimize_roots = start_roots.join(",");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue