Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 16, 2024
1 parent 5a63d32 commit a59d577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmp/tests/func/decode/mod.rs
Expand Up @@ -12,4 +12,4 @@ mod uint;
#[cfg(feature = "std")]
pub type Cursor<'a> = std::io::Cursor<&'a [u8]>;
#[cfg(not(feature = "std"))]
pub type Cursor<'a> = crate::msgpack::decode::Bytes<'a>;
pub type Cursor<'a> = rmp::decode::Bytes<'a>;

0 comments on commit a59d577

Please sign in to comment.