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 4f50047 commit 4c1f890Copy full SHA for 4c1f890
src/macros.rs
@@ -48,8 +48,8 @@ macro_rules! trace_error {
48
};
49
}
50
51
-/// Emitt a tracing error event for anyhow error with rich, structured context.
52
-/// It capturing the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
+/// Emit a tracing error event for anyhow error with rich, structured context.
+/// It captures the error using the experimental Rust [std::error::Report](https://doc.rust-lang.org/stable/std/error/struct.Report.html)
53
/// and adding the type name as error.kind, the backtrace as error.trace and the error stack as error.message
54
///
55
/// # Examples
0 commit comments