Skip to content

Commit 2108aa6

Browse files
committed
Better docstring
1 parent eb4ff5e commit 2108aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rerun/src/crash_handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fn install_signal_handler(build_info: BuildInfo) {
123123
libc::SIGFPE,
124124
libc::SIGILL,
125125
libc::SIGSEGV,
126-
// These interfere with the ctrl handler (ctrlc::set_handler):
126+
// These are not errors:
127127
// libc::SIGINT,
128128
// libc::SIGTERM,
129129
] {

0 commit comments

Comments
 (0)