mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Fix new warnings causing CI build failures on rustc beta
This commit is contained in:
parent
1e54dd6a21
commit
d639da9d23
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use crate::{GraphSyncError, RapidGossipSync};
|
|||
#[cfg(all(feature = "std", not(test)))]
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
#[cfg(all(not(feature = "std"), not(test)))]
|
||||
use alloc::{vec::Vec, borrow::ToOwned};
|
||||
|
||||
/// The purpose of this prefix is to identify the serialization format, should other rapid gossip
|
||||
|
|
Loading…
Add table
Reference in a new issue