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