diff --git a/src/error.rs b/src/error.rs index e2f24c0b..5289c45f 100644 --- a/src/error.rs +++ b/src/error.rs @@ -11,7 +11,7 @@ pub enum DbErr { RecordNotFound(String), /// A custom error Custom(String), - /// Error occurred while parsing value into [ActiveEnum](crate::ActiveEnum) + /// Error occurred while parsing value as target type Type(String), }