We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8354e0c commit 9fac656Copy full SHA for 9fac656
lightning-rapid-gossip-sync/src/processing.rs
@@ -19,7 +19,7 @@ use crate::{GraphSyncError, RapidGossipSync};
19
#[cfg(all(feature = "std", not(test)))]
20
use std::time::{SystemTime, UNIX_EPOCH};
21
22
-#[cfg(not(feature = "std"))]
+#[cfg(all(not(feature = "std"), not(test)))]
23
use alloc::{vec::Vec, borrow::ToOwned};
24
25
/// The purpose of this prefix is to identify the serialization format, should other rapid gossip
0 commit comments