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 8f0e88c commit b6c913cCopy full SHA for b6c913c
src/native/crashtracker.rs
@@ -1,6 +1,6 @@
1
use anyhow;
2
use std::collections::HashMap;
3
-use std::ffi::{c_void, c_int};
+use std::ffi::{c_void, c_int, c_char};
4
use std::sync::atomic::{AtomicU8, Ordering};
5
use std::sync::Once;
6
use std::time::Duration;
0 commit comments