From 5f4ceda88c7299deb317f8d22a99ab2521c5a380 Mon Sep 17 00:00:00 2001 From: Igor Tolmachev Date: Wed, 17 Jul 2024 17:38:19 +0900 Subject: Add more `#[inline]` markers --- src/structs/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/structs/error.rs') 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 { impl From for ArchiveError { fn from(value: StructError) -> Self { Self::Archivator { - module: "Struct serializer".to_string(), + module: "Struct serializer", error: value, } } -- cgit v1.2.3