Fix clippy

This commit is contained in:
김선우
2025-01-08 23:01:24 +09:00
parent 9e0e3dc81a
commit b3762b3e92
2 changed files with 1 additions and 3 deletions

View File

@@ -16,9 +16,6 @@ pub struct ErrorCode;
impl ErrorCode {
// TODO: change CONNECTION_FAILURE_STATEMENT_IS_DML to appropriate error code number
pub const STATEMENT_IS_DML: i32 = -1;
pub const UNKNOWN_ERROR: i32 = -1;
pub const ERROR_CODE_ETC: i32 = 9999;
}
impl From<jni::errors::Error> for CustomError {