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 014b9bd commit 5870045
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 @@ -28,7 +28,7 @@ pub trait PriorityLevel {
/// that.
///
/// The level should not change due to global effects (or internal mutability, if shared access
/// is later implemented). If it does, the ordering of a OrderedPool containing it may become
/// is later implemented). If it does, the ordering of an [`OrderedPool`] containing it may become
/// arbitrary, even after the elemnt whose level changed has been removed.
fn level(&self) -> usize;
}
Expand Down

0 comments on commit 5870045

Please sign in to comment.