Skip to content

Commit 95beb9d

Browse files
committed
Fix CI
1 parent 26b78a8 commit 95beb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borsh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::{Repr, SmolStr, INLINE_CAP};
22
use alloc::string::{String, ToString};
33
use borsh::io::{Error, ErrorKind, Read, Write};
44
use borsh::{BorshDeserialize, BorshSerialize};
5-
use core::intrinsics::transmute;
5+
use core::mem::transmute;
66

77
impl BorshSerialize for SmolStr {
88
fn serialize<W: Write>(&self, writer: &mut W) -> borsh::io::Result<()> {

0 commit comments

Comments
 (0)