aboutsummaryrefslogtreecommitdiff
path: root/src/util/error.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-03 15:29:29 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-03 15:29:29 +0100
commita54b67740d08e3fabeb1652a1bed14d78fea4b74 (patch)
treedc672e5ff9ab83b95635f2ff30c17cd8c2bcedce /src/util/error.rs
parent8d5505514f950dc1ca1249a3385c9913b5b5e8e0 (diff)
downloadgarage-a54b67740d08e3fabeb1652a1bed14d78fea4b74.tar.gz
garage-a54b67740d08e3fabeb1652a1bed14d78fea4b74.zip
move debug_serialize to garage_util::encode
Diffstat (limited to 'src/util/error.rs')
-rw-r--r--src/util/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/error.rs b/src/util/error.rs
index 9995c746..3fcee71d 100644
--- a/src/util/error.rs
+++ b/src/util/error.rs
@@ -7,6 +7,7 @@ use err_derive::Error;
use serde::{de::Visitor, Deserialize, Deserializer, Serialize, Serializer};
use crate::data::*;
+use crate::encode::debug_serialize;
/// Regroup all Garage errors
#[derive(Debug, Error)]