Add lint overrides for unused extern crate hashmap_core.
This allows these files to build with both the `no_std` and `std` features enabled at the same time.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(feature = "no_std")]
|
||||
extern crate hashmap_core;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user