mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
Make compile
This commit is contained in:
parent
808386d17a
commit
7f6e4c0759
@ -32,10 +32,13 @@ impl fmt::Display for Error {
|
|||||||
},
|
},
|
||||||
Error::Boxed(e) => {
|
Error::Boxed(e) => {
|
||||||
write!(f, "{}", e)
|
write!(f, "{}", e)
|
||||||
}
|
},
|
||||||
Error::Capnp(e) => {
|
Error::Capnp(e) => {
|
||||||
write!(f, "Cap'n Proto Error: {}", e)
|
write!(f, "Cap'n Proto Error: {}", e)
|
||||||
}
|
},
|
||||||
|
Error::LMDB(e) => {
|
||||||
|
write!(f, "LMDB Error: {}", e)
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user