style(#2591): reword render_dag_line doc so clippy doesn't read it as a list

This commit is contained in:
atlas 2026-07-23 15:33:21 +02:00 committed by mara
commit 0ae0780089

View file

@ -291,9 +291,9 @@ fn state_glyph(state: hive_sh4re::jobs::State) -> &'static str {
} }
/// One progress line for a DAG: roll-up glyph, derived label, agents, then /// One progress line for a DAG: roll-up glyph, derived label, agents, then
/// the node chain — the CLI twin of the dashboard's queue card. Roll-up state /// the node chain — the CLI twin of the dashboard's queue card. Both the
/// + label are derived from the node set (the wire no longer carries them). /// roll-up state and the label are derived from the node set (the wire no
/// Used by the plain (non-TTY) path. /// longer carries them). Used by the plain (non-TTY) path.
fn render_dag_line(d: &hive_sh4re::jobs::DagView) -> String { fn render_dag_line(d: &hive_sh4re::jobs::DagView) -> String {
use std::fmt::Write as _; use std::fmt::Write as _;
let mut out = format!( let mut out = format!(