This commit is contained in:
Gregory Burd 2020-02-10 10:46:48 -05:00
parent 18a0c15320
commit b41bcf40f3

View file

@ -177,8 +177,7 @@ impl From<rusqlite::Error> 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),