Skip to content

Commit 1cfe60b

Browse files
committed
Fix warnings under hax feature.
1 parent e710667 commit 1cfe60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls_codec/src/quic_vec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use super::alloc::vec::Vec;
1515
use core::fmt;
1616

17-
#[cfg(feature = "std")]
17+
#[cfg(all(feature = "std", not(hax)))]
1818
use zeroize::{Zeroize, ZeroizeOnDrop};
1919

2020
#[cfg(feature = "arbitrary")]

0 commit comments

Comments
 (0)