1 2 3 4 5 6 7
use super::*; impl Format for core::fmt::Error { fn format(&self, fmt: Formatter) { crate::write!(fmt, "fmt::Error") } }