Cleanup.
This commit is contained in:
parent
18a0c15320
commit
b41bcf40f3
1 changed files with 1 additions and 2 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in a new issue