Skip to content

Commit

Permalink
Better use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Oct 30, 2024
1 parent b2335f9 commit 8855eab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fuel-vm/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ pub use interpreter::{
InterpreterStorage,
};
#[cfg(feature = "test-helpers")]
pub use memory::MemoryStorage;
#[cfg(feature = "test-helpers")]
pub use memory::MemoryStorageError;
pub use memory::{
MemoryStorage,
MemoryStorageError,
};

#[cfg(feature = "alloc")]
use alloc::vec::Vec;
Expand Down

0 comments on commit 8855eab

Please sign in to comment.