File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ use std::sync::LazyLock;
1010use std:: time:: { Duration , Instant } ;
1111use thread_local:: ThreadLocal ;
1212
13- /// Thread local storage of the [`Profiler`](Profiler) s storing all [ `Scope`](Scope) s of the thread
13+ /// Thread local storage of the [`Profiler`]s storing all `Scope`s of the thread
1414pub static PROFILER : LazyLock < ThreadLocal < RwLock < Profiler > > > = LazyLock :: new ( ThreadLocal :: new) ;
1515
16- /// `RandomState` used to obtain `Hasher`s to hash [`ScopeId`](ScopeId) s for parent/child identification
16+ /// `RandomState` used to obtain `Hasher`s to hash [`ScopeId`]s for parent/child identification
1717pub static RANDOM_STATE : LazyLock < RandomState > = LazyLock :: new ( RandomState :: new) ;
1818
1919/// Implementation of the profile macro, use [`profile`](crate::profile) instead
You can’t perform that action at this time.
0 commit comments