diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-06-30 19:55:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-30 19:55:57 +0200 |
| commit | 6e918b4a97c8a2cb0923a639d76f840ac63b76c7 (patch) | |
| tree | 1757753c395a6b60490fe9ef97522faf0da6d9df /compiler/rustc_codegen_llvm/src | |
| parent | f916c7fbb9d7c03fff50c1bacad411a906569f0e (diff) | |
| parent | 8515475ffdf25f4d2387a43b270fc55a24482bc2 (diff) | |
| download | rust-6e918b4a97c8a2cb0923a639d76f840ac63b76c7.tar.gz rust-6e918b4a97c8a2cb0923a639d76f840ac63b76c7.zip | |
Rollup merge of #98717 - RalfJung:make-tidy-less-annoying, r=jyn514
get rid of tidy 'unnecessarily ignored' warnings I think these warnings are quite pointless: when I say `allow(foo)` in my code, that doesn't necessarily mean that I expect `foo` to happen -- it just means that I am okay with `foo` happening. For example, having to add and remove `ignore-tidy-linelength` as the longest line in the file keeps growing and shrinking is just annoying and doesn't benefit anyone, IMO. This usually incurs *two* CI roundtrips: first CI tells you that line lengths in your test file are ignored unnecessarily, so you go and remove that attribute; then CI tells you that now your line numbers changed, so you re-bless your tests (often takes >5min if parts of rustc need rebuilding because `./x.py fmt` changed something somewhere). That's just a lot of wasted effort and time and patience.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
