We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637cbf4 commit 0c80abbCopy full SHA for 0c80abb
2 files changed
glue/RESTART_REBUILD.md
glue/src/stateful/db.rs
@@ -118,7 +118,7 @@ pub trait ManagedDb: Send + Sync {
118
/// shared with external services (RPC, state sync) without a global lock.
119
///
120
/// Implemented for `Arc<AsyncRwLock<T>>` (singleton) and for tuples of
121
-/// such values via [`impl_database_set`].
+/// such values via `impl_database_set`.
122
pub trait DatabaseSet: Clone + Send + Sync + 'static {
123
/// Tuple of [`ManagedDb::Unmerkleized`] for every database in the set.
124
type Unmerkleized: Send;
0 commit comments