Skip to content

Commit 0c80abb

Browse files
committed
doc lint
1 parent 637cbf4 commit 0c80abb

2 files changed

Lines changed: 1 addition & 149 deletions

File tree

glue/RESTART_REBUILD.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

glue/src/stateful/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub trait ManagedDb: Send + Sync {
118118
/// shared with external services (RPC, state sync) without a global lock.
119119
///
120120
/// Implemented for `Arc<AsyncRwLock<T>>` (singleton) and for tuples of
121-
/// such values via [`impl_database_set`].
121+
/// such values via `impl_database_set`.
122122
pub trait DatabaseSet: Clone + Send + Sync + 'static {
123123
/// Tuple of [`ManagedDb::Unmerkleized`] for every database in the set.
124124
type Unmerkleized: Send;

0 commit comments

Comments
 (0)