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 484303f commit 641a885Copy full SHA for 641a885
mctp-estack/src/lib.rs
@@ -408,7 +408,7 @@ impl Stack {
408
&mut self,
409
source: Eid,
410
tag: Tag,
411
- ) -> Option<MctpMessage> {
+ ) -> Option<MctpMessage<'_>> {
412
// Find the earliest matching entry
413
self.done_reassemblers()
414
.filter(|(re, _buf)| re.tag == tag && re.peer == source)
@@ -436,7 +436,7 @@ impl Stack {
436
pub fn get_deferred_bycookie(
437
438
cookies: &[AppCookie],
439
440
441
442
.filter(|(re, _buf)| {
0 commit comments