161 |
{
|
162 |
#[allow(clippy::recursive_format_impl)]
|
163 |
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
148 |
{
|
149 |
#[allow(clippy::to_string_in_display)]
|
150 |
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
112 |
impl Display for Situation {
|
113 |
#[allow(clippy::recursive_format_impl)]
|
114 |
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
6 |
#![allow(clippy::large_enum_variant)]
|
7 |
#![allow(clippy::to_string_in_display)]
|