You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/transport.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ pub enum TransportState {
28
28
Starting,
29
29
}
30
30
31
-
/// A helper struct encapsulating both `TransportState` and `TransportPosition`.
31
+
/// A helper struct encapsulating both [`TransportState`] and [`TransportPosition`].
32
32
#[derive(Debug)]
33
33
pubstructTransportStatePosition{
34
34
pubpos:TransportPosition,
@@ -127,7 +127,7 @@ impl Transport {
127
127
///
128
128
/// * May be called at any time by any client.
129
129
/// * The new position takes effect in two process cycles.
130
-
/// * If there are slow-sync clients and the transport is already rolling, it will enter the `TransportState::Starting` state and begin invoking their sync_callbacks until ready.
130
+
/// * If there are slow-sync clients and the transport is already rolling, it will enter the [`TransportState::Starting`] state and begin invoking their sync_callbacks until ready.
0 commit comments