Remove TODO comment about unboxing state_machine error

This commit is contained in:
Stanislav Tkach
2019-01-24 16:38:24 +02:00
parent f38aa0d2de
commit 82d014cf35
-1
View File
@@ -148,7 +148,6 @@ error_chain! {
}
}
// TODO [ToDr] Temporary, state_machine::Error should be a regular error not Box.
impl From<Box<state_machine::Error>> for Error {
fn from(e: Box<state_machine::Error>) -> Self {
ErrorKind::Execution(e).into()