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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016bqGA6s9tTUFzYpbeW3tai
This commit is contained in:
parent
4e9420a69a
commit
70d531cb7d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue