Skip to content
Prev Previous commit
Next Next commit
clipy another try
  • Loading branch information
svyatonik committed Jun 18, 2021
commit bd88510208a40ac0f87e32f85523cc9363726b86
2 changes: 1 addition & 1 deletion modules/messages/src/outbound_lane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ mod tests {
}

#[test]
#[allow(clippy::reversed_empty_ranges)]
fn confirm_delivery_fails_if_entry_is_empty() {
#[allow(clippy::reversed_empty_ranges)]
assert_eq!(
assert_3_messages_confirmation_fails(
3,
Expand Down