We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
panic_hook
1 parent 52fbf75 commit a0126b2Copy full SHA for a0126b2
examples/examples/panic_hook.rs
@@ -30,7 +30,7 @@ fn main() {
30
// On nightly Rust, where the `PanicInfo` type also exposes a
31
// `message()` method returning just the message, we could record
32
// just the message instead of the entire `fmt::Display`
33
- // implementation, avoiding the duplciated location
+ // implementation, avoiding the duplicated location
34
tracing::error!(
35
message = %panic,
36
panic.file = location.file(),
0 commit comments