From dd70daaae3a676fb3fccac9c07b8380707d3dc8c Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 17 Oct 2022 16:35:23 +0200 Subject: [PATCH] Update dump/src/error.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- dump/src/error.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/dump/src/error.rs b/dump/src/error.rs index 7a6010269..a11aae9cf 100644 --- a/dump/src/error.rs +++ b/dump/src/error.rs @@ -22,6 +22,7 @@ impl ErrorCode for Error { fn error_code(&self) -> Code { match self { // Are these three really Internal errors? + // TODO look at that later. Error::Io(_) => Code::Internal, Error::Serde(_) => Code::Internal, Error::Uuid(_) => Code::Internal,