Skip to content

Commit

Permalink
Fix no_std build
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Nov 8, 2024
1 parent 1d7ef67 commit 8955397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relation/components.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use alloc::vec::Vec;
use alloc::{vec, vec::Vec};
use core::{marker::PhantomData, mem::ManuallyDrop};
use smallvec::SmallVec;

Expand Down

0 comments on commit 8955397

Please sign in to comment.