aboutsummaryrefslogtreecommitdiff
path: root/src/reader.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-05-13 23:07:39 -0700
committeriximeow <me@iximeow.net>2024-05-13 23:07:39 -0700
commite16faf58cc1e47e431bbf110bf9cda0047909630 (patch)
tree6b3e44fc672c7f49c51927d53bed1d86152bd615 /src/reader.rs
parentffa12c204743d455ae5ac13473da3387c068c39d (diff)
fix cfg(!default,colors,serde) imports, doc comments
Diffstat (limited to 'src/reader.rs')
-rw-r--r--src/reader.rs2
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 {