Use associated items of char
instead of freestanding items in core::char
This commit is contained in:
parent
c0b8735959
commit
76e216f29b
12 changed files with 21 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue