Skip to content

Commit

Permalink
Merge use
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed May 13, 2024
1 parent d200069 commit d7371ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
6 changes: 1 addition & 5 deletions massa-execution-exports/src/controller_traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ use std::collections::BTreeMap;
use std::collections::HashMap;

#[cfg(feature = "execution-trace")]
use crate::types_trace_info::AbiTrace;
#[cfg(feature = "execution-trace")]
use crate::types_trace_info::SlotAbiCallStack;
#[cfg(feature = "execution-trace")]
use crate::types_trace_info::Transfer;
use crate::types_trace_info::{AbiTrace, SlotAbiCallStack, Transfer};

#[cfg_attr(feature = "test-exports", mockall::automock)]
/// interface that communicates with the execution worker thread
Expand Down
11 changes: 3 additions & 8 deletions massa-execution-exports/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ pub mod test_exports;
pub mod types_trace_info;

#[cfg(feature = "execution-trace")]
pub use types_trace_info::AbiTrace;
#[cfg(feature = "execution-trace")]
pub use types_trace_info::{SCRuntimeAbiTraceType, SCRuntimeAbiTraceValue};

#[cfg(feature = "execution-trace")]
pub use types_trace_info::SlotAbiCallStack;
#[cfg(feature = "execution-trace")]
pub use types_trace_info::Transfer;
pub use types_trace_info::{
AbiTrace, SCRuntimeAbiTraceType, SCRuntimeAbiTraceValue, SlotAbiCallStack, Transfer,
};

0 comments on commit d7371ad

Please sign in to comment.