]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 12 Aug 2021 17:04:16 +0000 (10:04 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Aug 2021 17:04:16 +0000 (10:04 -0700)
commit2d27976b8beabaa45cdfc538f08af0a32a82f432
tree65808d4edd0465e5119b88b55d11a5cc432c09df
parent0c4e37ad5cd9bb510a2480edb9d45456b4cc092b
parenta6da55c70ec427d7951a1d8d2c6a0ad17a8fc225
Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank

Silence non_fmt_panic from external macros.

This stops the non_fmt_panic lint from triggering if a macro from another crate is entirely responsible. In those cases there's nothing that the current crate can/should do.

See also https://github.com/rust-lang/rust/issues/87621#issuecomment-890311054