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)]
|
#[derive(Clone, PartialEq, Debug, Fail)]
|
||||||
pub enum DbErrorKind {
|
pub enum DbErrorKind {
|
||||||
/// We're just not done yet. Message that the feature is recognized but not yet
|
/// We're just not done yet. Recognized a feature that is not yet implemented.
|
||||||
/// implemented.
|
|
||||||
#[fail(display = "not yet implemented: {}", _0)]
|
#[fail(display = "not yet implemented: {}", _0)]
|
||||||
NotYetImplemented(String),
|
NotYetImplemented(String),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue