We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1139e6e commit ae6b40eCopy full SHA for ae6b40e
src/lib.rs
@@ -273,7 +273,9 @@ impl FormatReport {
273
}
274
275
276
-#[deprecated(note = "Use FormatReportFormatter instead")]
+/// Deprecated - Use FormatReportFormatter instead
277
+// https://github.com/rust-lang/rust/issues/78625
278
+// https://github.com/rust-lang/rust/issues/39935
279
impl fmt::Display for FormatReport {
280
// Prints all the formatting errors.
281
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {
0 commit comments