clippy: fix doc_lazy_continuation on TopicListItem.runs_failed
This commit is contained in:
@@ -408,10 +408,11 @@ pub struct TopicListItem {
|
|||||||
pub updated_at: String,
|
pub updated_at: String,
|
||||||
/// queued + running topology_runs bound to this topic.
|
/// queued + running topology_runs bound to this topic.
|
||||||
pub runs_in_flight: i64,
|
pub runs_in_flight: i64,
|
||||||
/// failed runs since the last successful run (or all-time if none).
|
/// Failed runs since the last successful run (or all-time if
|
||||||
/// > 0 with `runs_in_flight == 0` and `status == "processing"` is
|
/// none). A positive value combined with `runs_in_flight == 0`
|
||||||
/// the errored-but-not-terminal state — frontend swaps the spinner
|
/// and `status == "processing"` is the errored-but-not-terminal
|
||||||
/// for an error icon and offers a rerun.
|
/// state — frontend swaps the spinner for an error icon and
|
||||||
|
/// offers a rerun.
|
||||||
pub runs_failed: i64,
|
pub runs_failed: i64,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user