Skip to content

Commit

Permalink
minor review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 23, 2023
1 parent 5d82bc8 commit a675dcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app-libs/parentchain-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ std = [
"sp-core/std",
"sp-runtime/std",
"frame-support/std",
"frame-system/std",
"thiserror",
]
sgx = [
Expand Down
1 change: 0 additions & 1 deletion core-primitives/extrinsics-factory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#[cfg(all(feature = "std", feature = "sgx"))]
compile_error!("feature \"std\" and feature \"sgx\" cannot be enabled at the same time");

extern crate core;
#[cfg(all(not(feature = "std"), feature = "sgx"))]
extern crate sgx_tstd as std;

Expand Down

0 comments on commit a675dcf

Please sign in to comment.