primitives: Feature gate import
Feature gate the `Infallible` import. Found with `clippy`.
This commit is contained in:
parent
b1d7c0a0a2
commit
0428554585
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
use core::cmp;
|
use core::cmp;
|
||||||
|
#[cfg(feature = "alloc")]
|
||||||
use core::convert::Infallible;
|
use core::convert::Infallible;
|
||||||
use core::fmt;
|
use core::fmt;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue