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

src/lib.rs

Lines changed: 3 additions & 1 deletion
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)