Skip to content

Commit 1537b82

Browse files
committed
allow redundant alloc import warnings due to new alloc prelude in nightly
1 parent c2a254d commit 1537b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vec.rs

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ pub trait HalfBitsVecExt: private::SealedHalfBitsVec {
102102
mod private {
103103
use crate::{bf16, f16};
104104
#[cfg(feature = "alloc")]
105+
#[allow(unused_imports)]
105106
use alloc::vec::Vec;
106107

107108
pub trait SealedHalfFloatVec {}

0 commit comments

Comments
 (0)