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