Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: ROMemories <[email protected]>
  • Loading branch information
chrysn and ROMemories authored May 17, 2024
1 parent 2996d18 commit 8421c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coap/src/oluru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl<T: PriorityLevel, const N: usize, const L: usize> OrderedPool<T, N, L> {
None
}

/// Insert an element.
/// Inserts an element.
///
/// If the new element's priority is lower than the lowest in the queue, it is returned as an
/// Err. Otherwise, the element is inserted, and any dropped lower priority element is
Expand Down

0 comments on commit 8421c19

Please sign in to comment.