build: update Rust toolchain to 1.82.0

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2024-10-16 12:19:35 +04:00 committed by Benoît Cortier
parent 069e4345a1
commit bb1860d153
13 changed files with 28 additions and 28 deletions

View file

@ -217,9 +217,6 @@ pub fn size<T: Encode>(pdu: &T) -> usize {
pdu.size()
}
#[cfg(feature = "alloc")]
pub use legacy::*;
#[cfg(feature = "alloc")]
mod legacy {
use super::{Encode, EncodeResult};