Skip to content

Commit ae6b40e

Browse files
fix: remove ignored depr attribute which now errors
1 parent 1139e6e commit ae6b40e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ impl FormatReport {
273273
}
274274
}
275275

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

0 commit comments

Comments
 (0)