fix: remove ignored depr attribute which now errors

This commit is contained in:
Caleb Cartwright 2020-11-05 19:30:56 -06:00 committed by Caleb Cartwright
parent 1139e6e5cc
commit ae6b40e2f9

View file

@ -273,7 +273,9 @@ impl FormatReport {
}
}
#[deprecated(note = "Use FormatReportFormatter instead")]
/// Deprecated - Use FormatReportFormatter instead
// https://github.com/rust-lang/rust/issues/78625
// https://github.com/rust-lang/rust/issues/39935
impl fmt::Display for FormatReport {
// Prints all the formatting errors.
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {