From 9d40f3d420df5f4332053c8f9202923e17958a66 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 17 May 2024 14:59:29 +0200 Subject: [PATCH] fixup! Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- examples/coap/src/oluru.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coap/src/oluru.rs b/examples/coap/src/oluru.rs index 8964132de..2e8523837 100644 --- a/examples/coap/src/oluru.rs +++ b/examples/coap/src/oluru.rs @@ -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