Skip to content

Commit e12700b

Browse files
committed
f: remove unneeded all in cfg
1 parent 63c381d commit e12700b

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
@@ -5091,7 +5091,7 @@ where
50915091
)
50925092
}
50935093

5094-
#[cfg(all(test))]
5094+
#[cfg(test)]
50955095
pub(crate) fn test_modify_pending_payment<Fn>(&self, payment_id: &PaymentId, mut callback: Fn)
50965096
where
50975097
Fn: FnMut(&mut PendingOutboundPayment),

0 commit comments

Comments
 (0)