Skip to content

Commit

Permalink
fix: remove ignored depr attribute which now errors
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Nov 6, 2020
1 parent 1139e6e commit ae6b40e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit ae6b40e

Please sign in to comment.