diff --git a/src/error.rs b/src/error.rs index 813f4545..3f2e5375 100644 --- a/src/error.rs +++ b/src/error.rs @@ -19,7 +19,7 @@ pub enum DbErr { source: Box, }, /// Type error: the specified type cannot be converted from u64. This is not a runtime error. - #[error("Type `{0}` cannot be converted from u64")] + #[error("Type '{0}' cannot be converted from u64")] CannotConvertFromU64(&'static str), /// After an insert statement it was impossible to retrieve the last_insert_id #[error("Failed to unpack last_insert_id")]