diff options
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 { |