From 7f3ae40204aa861440349ec3d95f48a207ab2289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 14 Feb 2023 17:09:20 +0100 Subject: [PATCH] Remove a useless comment regarding the index pattern error code --- meilisearch-types/src/index_uid_pattern.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/meilisearch-types/src/index_uid_pattern.rs b/meilisearch-types/src/index_uid_pattern.rs index 9f49c06ea..99537b22f 100644 --- a/meilisearch-types/src/index_uid_pattern.rs +++ b/meilisearch-types/src/index_uid_pattern.rs @@ -119,7 +119,6 @@ impl Error for IndexUidPatternFormatError {} impl ErrorCode for IndexUidPatternFormatError { fn error_code(&self) -> Code { - // TODO should I return a new error code? Code::InvalidIndexUid } }