From 81dbfc33c2fd2a28c5aa077e91e7aa78baf33b03 Mon Sep 17 00:00:00 2001 From: Arthur Petukhovsky Date: Fri, 17 May 2024 17:04:33 +0000 Subject: [PATCH] Fix cargo doc --- safekeeper/src/timeline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safekeeper/src/timeline.rs b/safekeeper/src/timeline.rs index 1b9201a11b..b03f2dd507 100644 --- a/safekeeper/src/timeline.rs +++ b/safekeeper/src/timeline.rs @@ -98,7 +98,7 @@ impl PeersInfo { pub type ReadGuardSharedState<'a> = RwLockReadGuard<'a, SharedState>; -/// WriteGuardSharedState is a wrapper around RwLockWriteGuard that +/// WriteGuardSharedState is a wrapper around `RwLockWriteGuard` that /// automatically updates `watch::Sender` channels with state on drop. pub struct WriteGuardSharedState<'a> { tli: Arc,