mirror of https://git.sr.ht/~stygianentity/bincode
Fix typo in bincode::serde (#88)
This commit is contained in:
parent
44ea3bbbdb
commit
e96a3645fa
|
|
@ -1,5 +1,5 @@
|
||||||
//! A collection of serialization and deserialization functions
|
//! A collection of serialization and deserialization functions
|
||||||
//! that use the `serde` crate for the serialazble and deserializable
|
//! that use the `serde` crate for the serializable and deserializable
|
||||||
//! implementation.
|
//! implementation.
|
||||||
|
|
||||||
use std::io::{Write, Read};
|
use std::io::{Write, Read};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue