docs fixes

This commit is contained in:
2023-01-25 10:52:24 +01:00
parent 36e63bc9a9
commit 7a2d518a8c
4 changed files with 18 additions and 9 deletions

View File

@ -9,7 +9,7 @@ pub use stdmod::*;
///
/// The core functions are not mutable on purpose to allow easier usage with
/// static structs when using the interior mutability pattern. This can be achieved by using
/// [Cell], [RefCell] or atomic types.
/// [Cell], [core::cell::RefCell] or atomic types.
pub trait SequenceCountProviderCore<Raw> {
fn get(&self) -> Raw;