Skip to content

Commit bf3c60c

Browse files
committed
update deprecated naming
1 parent 2e719cc commit bf3c60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/debugger/src/tui/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl Debugger {
136136
}
137137
}
138138

139-
type PanicHandler = Box<dyn Fn(&std::panic::PanicInfo<'_>) + 'static + Sync + Send>;
139+
type PanicHandler = Box<dyn Fn(&std::panic::PanicHookInfo<'_>) + 'static + Sync + Send>;
140140

141141
/// Handles terminal state.
142142
#[must_use]

0 commit comments

Comments
 (0)