1
Fork 0

Use associated items of char instead of freestanding items in core::char

This commit is contained in:
Lukas Markeffsky 2023-01-14 11:48:43 +01:00
parent c0b8735959
commit 76e216f29b
12 changed files with 21 additions and 45 deletions

View file

@ -1,7 +1,6 @@
//! Serialization for client-server communication.
use std::any::Any;
use std::char;
use std::io::Write;
use std::num::NonZeroU32;
use std::str;