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 83744e4 commit 82187f7Copy full SHA for 82187f7
src/lib.rs
@@ -65,7 +65,7 @@
65
#![doc(html_root_url = "https://docs.rs/backtrace")]
66
#![deny(missing_docs)]
67
#![no_std]
68
-#![cfg_attr(target_env = "sgx", feature(sgx_platform))]
+#![cfg_attr(all(feature = "std", target_env = "sgx"), feature(sgx_platform))]
69
#![allow(bare_trait_objects)] // TODO: remove when updating to 2018 edition
70
#![allow(rust_2018_idioms)] // TODO: remove when updating to 2018 edition
71
0 commit comments