Commit 09e80cf
Fix CI: move h2 response_fields before its test module; qualify TlsStream doc link
- clippy::items_after_test_module: h2/conn.rs declared response_fields after the
#[cfg(test)] mod, which `cargo clippy --all-targets -D warnings` rejects.
- rustdoc broken-intra-doc-link: session.rs `[`TlsStream`]` now points at
crate::tls::TlsStream (it isn't in scope at that doc site).
Verified with the exact CI commands: clippy --all-targets --all-features
-D warnings and RUSTDOCFLAGS=-D warnings cargo doc --all-features both pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3adbca0 commit 09e80cf
2 files changed
Lines changed: 12 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
571 | 580 | | |
572 | 581 | | |
573 | 582 | | |
| |||
684 | 693 | | |
685 | 694 | | |
686 | 695 | | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments