style(host): fix clippy doc_lazy_continuation in reconfig_allowed

New clippy (rust-1.96) flags the summary line after the 'Gated OFF for' bullet
list as a lazy list-continuation under -D warnings. Add a blank /// line so it
reads as its own paragraph (clippy's suggested fix), matching intent. Comment
only; no behavior change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 02:05:25 +02:00
co-authored by Claude Opus 4.8
parent a85be8e467
commit f77fdee3e9
+1
View File
@@ -3094,6 +3094,7 @@ fn delivered_mode(
/// * a **per-client-mode identity** policy: the mode is part of the display-identity slot key, so a
/// resize resolves a DIFFERENT slot (a fresh Windows monitor / a differently-named KWin output),
/// defeating the policy — honest downgrade is to reject and let the client scale.
///
/// Every other compositor (and the synthetic protocol-test source) with the default identity accepts.
fn reconfig_allowed(
compositor: Option<crate::vdisplay::Compositor>,