Remove more tODO's

This commit is contained in:
Lucio Franco
2019-09-29 22:38:28 -04:00
parent d81ca1ae56
commit a9f7992585
11 changed files with 58 additions and 22 deletions
-1
View File
@@ -144,7 +144,6 @@ impl server::RouteGuide for RouteGuide {
}
};
// TODO: Clean this up
Ok(Response::new(Box::pin(output)
as Pin<
Box<dyn Stream<Item = Result<RouteNote, Status>> + Send + 'static>,