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:
@@ -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>>,
|
||||
|
||||
Reference in New Issue
Block a user