From f77fdee3e9e7b8631d64082cbbd09baf0a103314 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Sun, 12 Jul 2026 02:05:25 +0200 Subject: [PATCH] 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 --- crates/punktfunk-host/src/punktfunk1.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/punktfunk-host/src/punktfunk1.rs b/crates/punktfunk-host/src/punktfunk1.rs index 1f5435b9..955f428d 100644 --- a/crates/punktfunk-host/src/punktfunk1.rs +++ b/crates/punktfunk-host/src/punktfunk1.rs @@ -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,