mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
build: update Rust toolchain to 1.82.0
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
069e4345a1
commit
bb1860d153
13 changed files with 28 additions and 28 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue