Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 5a72c2f

Browse files
committed
Fix CI
1 parent 90c78f1 commit 5a72c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)