fix(engine): clippy doc_lazy_continuation — PendingPoll::Failed note is its own paragraph, not a list continuation

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 09:13:59 +02:00
co-authored by Claude Fable 5
parent cffe760d36
commit 061eb642c9
+5 -4
View File
@@ -903,10 +903,11 @@ pub struct PendingConnections(pub Vec<crate::bridge::tcp::PendingConnection>);
/// separate ambition, not this ticket's).
/// - `Reader` → installed as a new Reader connection, always (0-N
/// readers is the whole point of this ticket).
/// `PendingPoll::Failed` connections (EOF before completing handshake,
/// malformed startup, etc.) are simply dropped — never logged as errors
/// at more than `warn` level, since an incomplete handshake from a
/// probing/misbehaving client is an expected occurrence, not a bug.
///
/// `PendingPoll::Failed` connections (EOF before completing handshake,
/// malformed startup, etc.) are simply dropped — never logged as errors
/// at more than `warn` level, since an incomplete handshake from a
/// probing/misbehaving client is an expected occurrence, not a bug.
pub fn accept_new_connections(
listener: Option<Res<ConnectionListener>>,
mut pending: Option<ResMut<PendingConnections>>,