Skip to content

Commit ec90303

Browse files
committed
Fix testing import in doctest
This happends due to a limitation of doctest. See: rust-lang/rust#67295
1 parent 91a646d commit ec90303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylus-sdk/src/storage/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl<S: StorageType> StorageVec<S> {
168168
/// extern crate alloc;
169169
/// use stylus_sdk::storage::{StorageVec, StorageType, StorageU256};
170170
/// use stylus_sdk::alloy_primitives::U256;
171-
/// use stylus_sdk::testing::*;
171+
/// use stylus_test::*;
172172
///
173173
/// let vm = TestVM::default();
174174
/// let mut vec: StorageVec<StorageVec<StorageU256>> = StorageVec::from(&vm);

0 commit comments

Comments
 (0)