in src/main.rs [224:227]
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { writeln!(fmt, "Warning: {:?}", self.inner)?; Ok(()) }