Merge fix

This commit is contained in:
Billy Chan 2021-10-12 20:42:15 +08:00
parent 5339696da2
commit 8900d03492
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -1,4 +1,4 @@
#[derive(Debug)]
#[derive(Debug, PartialEq)]
pub enum DbErr {
Conn(String),
Exec(String),