Make compile

This commit is contained in:
Gregor Reitzenstein 2020-09-10 10:44:16 +02:00
parent 808386d17a
commit 7f6e4c0759

View File

@ -32,10 +32,13 @@ impl fmt::Display for Error {
},
Error::Boxed(e) => {
write!(f, "{}", e)
}
},
Error::Capnp(e) => {
write!(f, "Cap'n Proto Error: {}", e)
}
},
Error::LMDB(e) => {
write!(f, "LMDB Error: {}", e)
},
}
}
}