even better

This commit is contained in:
Robin Müller 2023-01-04 00:30:00 +01:00
parent f6b88a9ae0
commit aa2989b16f
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -405,7 +405,7 @@ impl<'slice, State> VerificationSendable<'slice, State> {
/// Release the PUS TM struct. This also releases the mutable slice reference, /// Release the PUS TM struct. This also releases the mutable slice reference,
/// which can be useful or necessary before sending the data. /// which can be useful or necessary before sending the data.
pub fn release_buf(self) -> VerificationSendableErased<State> { pub fn release_slice(self) -> VerificationSendableErased<State> {
self.into() self.into()
} }