Skip to content

Commit

Permalink
Merge pull request #849 from leiysky/patch-1
Browse files Browse the repository at this point in the history
Doc: remove deprecated document reference
  • Loading branch information
drmingdrmer authored May 23, 2023
2 parents 5bfe8fd + 7ab04e5 commit e88df90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openraft/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ where C: RaftTypeConfig

/// A trait defining the interface for a Raft storage system.
///
/// See the [storage chapter of the guide](https://datafuselabs.github.io/openraft/storage.html)
/// for details and discussion on this trait and how to implement it.
///
/// Typically, the storage implementation as such will be hidden behind a `Box<T>`, `Arc<T>` or
/// a similar, more advanced reference type and this interface implemented on that reference type.
///
Expand Down

0 comments on commit e88df90

Please sign in to comment.