Remove a useless comment regarding the index pattern error code

This commit is contained in:
Clément Renault 2023-02-14 17:09:20 +01:00
parent 4b1cd10653
commit 7f3ae40204
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
}