Skip to content

Commit a59d577

Browse files
committed
Fix test
1 parent 5a63d32 commit a59d577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rmp/tests/func/decode/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ mod uint;
1212
#[cfg(feature = "std")]
1313
pub type Cursor<'a> = std::io::Cursor<&'a [u8]>;
1414
#[cfg(not(feature = "std"))]
15-
pub type Cursor<'a> = crate::msgpack::decode::Bytes<'a>;
15+
pub type Cursor<'a> = rmp::decode::Bytes<'a>;

0 commit comments

Comments
 (0)