fix: remove ignored depr attribute which now errors
This commit is contained in:
parent
1139e6e5cc
commit
ae6b40e2f9
1 changed files with 3 additions and 1 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue