diff --git a/db-traits/errors.rs b/db-traits/errors.rs index 67b86fc9..94ccc8fd 100644 --- a/db-traits/errors.rs +++ b/db-traits/errors.rs @@ -177,8 +177,7 @@ impl From for DbError { #[derive(Clone, PartialEq, Debug, Fail)] pub enum DbErrorKind { - /// We're just not done yet. Message that the feature is recognized but not yet - /// implemented. + /// We're just not done yet. Recognized a feature that is not yet implemented. #[fail(display = "not yet implemented: {}", _0)] NotYetImplemented(String),