fix: apply suggestions from 1.71 clippy beta

Pull-Request: #4009.
This commit is contained in:
Thomas Eizinger
2023-05-30 15:30:04 +02:00
committed by GitHub
parent efb117e236
commit ddc2b879e2
6 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ impl<In, Out> Codec<In, Out> {
uvi.set_max_len(max_message_len_bytes);
Self {
uvi,
phantom: PhantomData::default(),
phantom: PhantomData,
}
}
}