fix(docs): remove private intra-doc link from JournalStorage doc comment

This commit is contained in:
Manuel Raimann
2026-02-12 17:05:12 +01:00
parent 8c025b4525
commit 9f2ce2a482
+1 -1
View File
@@ -126,7 +126,7 @@ use crate::sampler::CompletedTrial;
/// # Security considerations /// # Security considerations
/// ///
/// File contents are loaded into memory in full; see the /// File contents are loaded into memory in full; see the
/// [module-level docs](self) for details and mitigations. /// module-level docs for details and mitigations.
pub struct JournalStorage<V = f64> { pub struct JournalStorage<V = f64> {
memory: MemoryStorage<V>, memory: MemoryStorage<V>,
path: PathBuf, path: PathBuf,