Skip to content

Commit 0b34262

Browse files
committed
f: remove unneeded all in cfg
1 parent 576745e commit 0b34262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5099,7 +5099,7 @@ where
50995099
)
51005100
}
51015101

5102-
#[cfg(all(test))]
5102+
#[cfg(test)]
51035103
pub(crate) fn test_modify_pending_payment<Fn>(&self, payment_id: &PaymentId, mut callback: Fn)
51045104
where
51055105
Fn: FnMut(&mut PendingOutboundPayment),

0 commit comments

Comments
 (0)