neqo-common/src/log.rs (5 lines): - line 52: // TODO: Enable `#[clippy::format_args]` once our MSRV is >= 1.84 - line 61: // TODO: Enable `#[clippy::format_args]` once our MSRV is >= 1.84 - line 70: // TODO: Enable `#[clippy::format_args]` once our MSRV is >= 1.84 - line 79: // TODO: Enable `#[clippy::format_args]` once our MSRV is >= 1.84 - line 88: // TODO: Enable `#[clippy::format_args]` once our MSRV is >= 1.84 neqo-http3/src/connection.rs (4 lines): - line 159: new data only after regular streams are handled (TODO we may improve this a bit to send QPACK - line 627: // TODO: investigate whether this code can automatically retry failed transactions. - line 1145: // TODO this needs a better error - line 1156: // TODO issue 1294: add a timer to clean up the recv_stream if the peer does not neqo-transport/src/pmtud.rs (3 lines): - line 180: // TODO: Maybe we should be tracking stats on a per-probe-size basis rather than just the - line 257: // TODO: It's not clear that MAX_PROBES is the right number for losses of packets that - line 281: // TODO: If we are declaring losses, that means that we're getting neqo-crypto/src/agent.rs (3 lines): - line 643: reason = "TODO: False positive on nightly." - line 817: reason = "TODO: False positive on nightly." - line 939: reason = "TODO: False positive on nightly." neqo-transport/src/connection/mod.rs (3 lines): - line 205: reason = "TODO: False positive on nightly." - line 843: reason = "TODO: False positive on nightly." - line 1751: // TODO: Once PR #2118 lands, this can move to `input_frame`. For now, it needs to be here, neqo-qpack/src/table.rs (2 lines): - line 55: reason = "TODO: False positive on nightly." - line 64: reason = "TODO: False positive on nightly." neqo-transport/src/packet/mod.rs (2 lines): - line 94: #[expect(clippy::fallible_impl_from, reason = "TODO: Use strum.")] - line 777: reason = "TODO: False positive on nightly." neqo-http3/src/connection_server.rs (2 lines): - line 363: // TODO implement push - line 370: // TODO: check if the element_id references a promised push stream or neqo-common/src/header.rs (2 lines): - line 42: reason = "TODO: False positive on nightly." - line 52: reason = "TODO: False positive on nightly." neqo-http3/src/connection_client.rs (2 lines): - line 1162: // TODO: think about the right priority for the push streams. - line 7237: // TODO this may be optimize at Http3Server. neqo-transport/src/cid.rs (2 lines): - line 320: reason = "TODO: False positive on nightly." - line 592: // TODO: generate the stateless reset tokens from the connection ID and a key. neqo-transport/src/qlog.rs (2 lines): - line 266: // TODO: ..Default::default() once qlog is past 0.15.1 - line 298: #[expect(dead_code, reason = "TODO: Construct all variants.")] neqo-transport/src/tparams.rs (1 line): - line 7: #![expect(unused_qualifications, reason = "TODO: Clippy bug?")] neqo-qpack/src/decoder.rs (1 line): - line 174: /// May return an error in case of any transport error. TODO: define transport errors. neqo-crypto/build.rs (1 line): - line 370: // FIXME: NSPR doesn't build proper dynamic libraries on Windows. neqo-bin/src/server/mod.rs (1 line): - line 388: // TODO: More options to deduplicate with client? neqo-bin/src/udp.rs (1 line): - line 34: // FIXME: We need to experiment if increasing this actually improves performance. neqo-transport/src/version.rs (1 line): - line 187: reason = "TODO: False positive on nightly." neqo-transport/src/packet/metadata.rs (1 line): - line 44: reason = "TODO: False positive on nightly." neqo-transport/src/server.rs (1 line): - line 380: // TODO send a stateless reset here. neqo-bin/benches/main.rs (1 line): - line 78: reason = "TODO: Bug in clippy nursery?" neqo-transport/src/path.rs (1 line): - line 881: reason = "TODO: False positive on nightly." neqo-transport/src/crypto.rs (1 line): - line 136: reason = "TODO: False positive on nightly." Cargo.toml (1 line): - line 80: literal_string_with_formatting_args = "allow" # FIXME: Re-enable "warn" when MSRV is > 1.87. See https://github.com/rust-lang/rust-clippy/pull/13953#issuecomment-2676336899 neqo-http3/src/recv_message.rs (1 line): - line 122: // TODO implement trailers, for now just ignore them. neqo-transport/src/recovery/sent.rs (1 line): - line 112: reason = "TODO: False positive on nightly."