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
@@ -142,7 +142,6 @@ impl pb::server::TestService for TestService {
&self,
_: Streaming<StreamingOutputCallRequest>,
) -> Result<Self::HalfDuplexCallStream> {
// TODO: implement half duplex
Err(Status::unimplemented("TODO"))
}