fix(docs): convert JournalStorage intra-doc link to plain backtick text

This commit is contained in:
Manuel Raimann
2026-02-12 16:24:26 +01:00
parent fd5c5453e5
commit 479554ffb2
+1 -2
View File
@@ -13,8 +13,7 @@
//! (no disk I/O).
//!
//! For persistent storage that survives process restarts, see
//! [`JournalStorage`](super::JournalStorage) (requires the `journal`
//! feature).
//! `JournalStorage` (requires the `journal` feature).
//!
//! # Example
//!