The `non_fmt_panic` lint should have a special case for `panic!(format!(..))` to suggest `panic!(..)` by removing `format(` and `)`.
The
non_fmt_paniclint should have a special case forpanic!(format!(..))to suggestpanic!(..)by removingformat(and).