mirror of
https://github.com/encounter/lzokay-rs.git
synced 2025-10-20 16:05:47 +00:00
another
This commit is contained in:
parent
b80a58d1be
commit
605a9bea2f
@ -54,7 +54,7 @@
|
||||
extern crate alloc;
|
||||
|
||||
#[cfg(all(feature = "alloc", not(feature = "std")))]
|
||||
use alloc::{boxed::Box, vec::Vec};
|
||||
use alloc::{boxed::Box, vec, vec::Vec};
|
||||
use core::{cmp, mem::size_of};
|
||||
#[cfg(all(feature = "alloc", feature = "std"))]
|
||||
use std::{boxed::Box, vec, vec::Vec};
|
||||
|
Loading…
x
Reference in New Issue
Block a user