identifiers: Fix unused import without serde feature
This commit is contained in:
parent
c36f6e1bca
commit
6945bccccc
@ -13,6 +13,7 @@
|
||||
#[cfg(feature = "serde")]
|
||||
extern crate serde1 as serde;
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
use std::convert::TryFrom;
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user