rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Remove host and script validators #207

Closed Alexendoo closed 1 year ago

Alexendoo commented 1 year ago

The script validator prevents things like --script bash -- args as it requires the argument to be a valid path to a file

While I was making that change I spotted the typo in the host default_value_t, since AFAIK cargo always supplies the HOST variable I figured that validator could be removed too