todo clean up

This commit is contained in:
Lucio Franco
2019-09-22 12:45:19 -05:00
parent a7ee26cd3b
commit cccc008366
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -214,7 +214,6 @@ fn generate_unary(
Ok(res)
};
// TODO: implement this future manually
Box::pin(fut)
}
}