From 70d531cb7d3e1600956c4d5f8ec2bcd7e0e52ab3 Mon Sep 17 00:00:00 2001 From: Levi Neuwirth Date: Fri, 21 Aug 2026 10:46:43 +0200 Subject: [PATCH] docs(panel): drop a doubled P12 rustdoc line The Q6 rewrite spliced its replacement text ending with P12's heading while the slice it replaced began with the same line, concatenating both copies onto one line. Neither cargo fmt nor clippy reflows doc comments, so nothing downstream noticed. Swept the rest of the crate for the same shape; the only other hit is a `file:///` URI inside a legitimate doc line. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_016bqGA6s9tTUFzYpbeW3tai --- src/daemon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon.rs b/src/daemon.rs index 17d2b97..83dddd0 100644 --- a/src/daemon.rs +++ b/src/daemon.rs @@ -8793,7 +8793,7 @@ mod tests { ); } - /// P12 — a panel WIDER THAN 512 COLUMNS still routes pointer input. /// P12 — a panel WIDER THAN 512 COLUMNS still routes pointer input. + /// P12 — a panel WIDER THAN 512 COLUMNS still routes pointer input. /// /// A panel deliberately does not inherit the terminal's per-axis PTY /// caps (Bet B5'): a 4K surface at a small font is legitimately