mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
70647514ff
Fixes https://github.com/rust-lang/rust-clippy/issues/9278. This is something that we need for `cg_gcc` (cc @antoyo). It's almost the same as https://github.com/rust-lang/rust-clippy/pull/6674 (which I used as base). changelog: Add new `disallowed_fields` lint r? @samueltardieu