You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI failures: formatting, line width, feature gates, and dead code
- Run cargo fmt to fix long lines in PSK tests and other files
- Shorten 114-char comment lines in validation/mod.rs to fit 110-char limit
- Add #[cfg(feature = "rcgen")] to context tests using generate_self_signed_certificate
- Remove duplicate DrainedOutputs/drain_outputs/deliver_packets from edge.rs (use common module)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments