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 c3c974a commit 9d40f3d
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 @@ -16,7 +16,7 @@

use arrayvec::ArrayVec;

/// Required trait on [OrderedPool] entries that allows ordering.
/// Required trait on [`OrderedPool`] entries that allows ordering.
///
/// Priority levels follow the conventions common with schedulers: 0 is the highest priority, and
/// will only get evicted if the cache is full with other entries of the same priority. Larger
Expand Down

0 comments on commit 9d40f3d

Please sign in to comment.