Skip to content

Commit

Permalink
clippy update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Oct 25, 2023
1 parent 1b89889 commit dee1268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uplink/packet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ mod test {
RoutingInfo::eui(request.app_eui(), request.dev_eui())
);
} else {
assert!(false);
unreachable!()
}
}

Expand Down

0 comments on commit dee1268

Please sign in to comment.