rust/src/tools/tidy
Matthias Krüger b1a47d2fd9
Rollup merge of #103956 - JakobDegen:tidy-bless, r=jyn514
Make mir opt unused file check blessable

Makes it slightly nicer to work with.

Can't write automated test but tested locally via

```
$ touch src/test/mir-opt/random
$ x test tidy // shows failure
$ x test tidy --bless // file gone
```

r? `@jyn514`
2022-11-05 00:02:05 +01:00
..
src Rollup merge of #103956 - JakobDegen:tidy-bless, r=jyn514 2022-11-05 00:02:05 +01:00
Cargo.toml Rollup merge of #103958 - chenyukang:yukang/fix-103951-count-limit, r=jyn514 2022-11-04 18:52:28 +01:00