diff options
author | iximeow <me@iximeow.net> | 2024-05-13 23:07:39 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-05-13 23:07:39 -0700 |
commit | e16faf58cc1e47e431bbf110bf9cda0047909630 (patch) | |
tree | 6b3e44fc672c7f49c51927d53bed1d86152bd615 /src/reader.rs | |
parent | ffa12c204743d455ae5ac13473da3387c068c39d (diff) |
fix cfg(!default,colors,serde) imports, doc comments
Diffstat (limited to 'src/reader.rs')
-rw-r--r-- | src/reader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reader.rs b/src/reader.rs index c853a77..028d835 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -1,4 +1,4 @@ -use crate::StandardDecodeError; +use crate::{StandardDecodeError, StandardPartialDecoderError}; impl From<ReadError> for StandardDecodeError { fn from(_: ReadError) -> StandardDecodeError { |