aboutsummaryrefslogtreecommitdiff
path: root/src/structs/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/error.rs')
-rw-r--r--src/structs/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs/error.rs b/src/structs/error.rs
index 3e74e45..f07163c 100644
--- a/src/structs/error.rs
+++ b/src/structs/error.rs
@@ -14,7 +14,7 @@ pub enum StructError {
14impl From<StructError> for ArchiveError<StructError> { 14impl From<StructError> for ArchiveError<StructError> {
15 fn from(value: StructError) -> Self { 15 fn from(value: StructError) -> Self {
16 Self::Archivator { 16 Self::Archivator {
17 module: "Struct serializer".to_string(), 17 module: "Struct serializer",
18 error: value, 18 error: value,
19 } 19 }
20 } 20 }