fix cargo doc

This commit is contained in:
Christian Schwarz
2025-01-15 16:10:04 +01:00
parent 2205736262
commit a4fc6a92c9

View File

@@ -114,13 +114,13 @@
//!
//! The attentive reader may have noticed the following reference cycle around the `Arc<Timeline>`:
//!
//! ```
//! ```text
//! Timeline --owns--> PerTimelineState --strong--> HandleInner --strong--> WeakHandle --strong--> Timeline
//! ```
//!
//! Further, there is this cycle:
//!
//! ```
//! ```text
//! Timeline --owns--> PerTimelineState --strong--> HandleInner --strong--> GateGuard --keepalive--> Timeline
//! ```
//!