Fix no-std builds

This commit is contained in:
Luke Parker
2023-11-29 03:19:53 -05:00
parent 8040fedddf
commit d1122a6535
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
use core::ops::Deref;
use std_shims::{
vec::Vec,
string::ToString,
io::{self, Read, Write},
};