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 bedcdc9 commit 41baa22Copy full SHA for 41baa22
crashtracker-ffi/src/collector/mod.rs
@@ -136,7 +136,7 @@ pub unsafe extern "C" fn ddog_crasht_init_without_receiver(
136
137
#[no_mangle]
138
/// Returns a list of signals suitable for use in a crashtracker config.
139
-pub extern "C" fn ddog_crasht_default_signals<'a>() -> Slice<'a, libc::c_int> {
+pub extern "C" fn ddog_crasht_default_signals() -> Slice<'static, libc::c_int> {
140
static DEFAULT_SYMBOLS: [libc::c_int; 4] =
141
[libc::SIGBUS, libc::SIGABRT, libc::SIGSEGV, libc::SIGILL];
142
Slice::new(&DEFAULT_SYMBOLS)
0 commit comments