mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
apparently these lifetimes can be elided?
This commit is contained in:
@@ -409,7 +409,7 @@ impl StreamsState {
|
||||
|
||||
pub(in crate::connection) fn write_control_frames<'a, 'b>(
|
||||
&mut self,
|
||||
builder: &mut PacketBuilder<'a, 'b>,
|
||||
builder: &mut PacketBuilder,
|
||||
pending: &mut Retransmits,
|
||||
stats: &mut FrameStats,
|
||||
) {
|
||||
@@ -515,7 +515,7 @@ impl StreamsState {
|
||||
|
||||
pub(crate) fn write_stream_frames<'a, 'b>(
|
||||
&mut self,
|
||||
builder: &mut PacketBuilder<'a, 'b>,
|
||||
builder: &mut PacketBuilder,
|
||||
fair: bool,
|
||||
stats: &mut FrameStats,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user