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 d3cc7ea commit 71f6b37Copy full SHA for 71f6b37
src/lib.rs
@@ -58,7 +58,7 @@
58
extern crate std;
59
60
// This is only used for gimli right now, so silence warnings elsewhere.
61
-#[cfg_attr(not(target_os = "linux"), allow(unused_extern_crates))]
+#[cfg_attr(not(feature = "gimli-symbolize"), allow(unused_extern_crates))]
62
extern crate alloc;
63
64
pub use self::backtrace::{trace_unsynchronized, Frame};
0 commit comments