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 0d5c5aa commit b4429c0
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 @@ -201,7 +201,7 @@ impl<T: PriorityLevel, const N: usize, const L: usize> OrderedPool<T, N, L> {
// some function called on all present items to mark them as "not used in a long time",
// downgrading their priority.

/// Insert an element without regard for its level
/// Inserts an element without regard for its level.
///
/// The element is inserted unconditionally, and the least priority element is returned by
/// value.
Expand Down

0 comments on commit b4429c0

Please sign in to comment.