Skip to content

Commit 61211c7

Browse files
Remove error
1 parent 7fdcca5 commit 61211c7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/sql/db_connection_pool/mysqlpool.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ pub enum Error {
4949

5050
#[snafu(display("{message}\nEnsure the given MySQL database exists"))]
5151
UnknownMySQLDatabase { message: String },
52-
53-
#[snafu(display("Unsupported value: '{value}' for 'character_set_results'. Only 'utf8mb3' and 'utf8mb4' are supported."))]
54-
InvalidCharacterSetResults { value: String },
5552
}
5653

5754
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)