Remove Clone
trait bound in add_to_ancillary_data
This commit is contained in:
parent
3dfab6fb64
commit
b82f29d780
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ pub(super) fn send_vectored_with_ancillary_to(
|
|||
}
|
||||
}
|
||||
|
||||
fn add_to_ancillary_data<T: Clone>(
|
||||
fn add_to_ancillary_data<T>(
|
||||
buffer: &mut [u8],
|
||||
length: &mut usize,
|
||||
source: &[T],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue