Fix no-std builds

This commit is contained in:
Luke Parker 2023-11-13 05:19:53 -05:00
parent 9f0790fb83
commit 0c341e3546
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
#[cfg(feature = "std")]
use core::ops::Deref;
use std_shims::collections::HashSet;
use std_shims::{vec, vec::Vec, collections::HashSet};
#[cfg(feature = "std")]
use std_shims::collections::HashMap;