fix nano interface

This commit is contained in:
NikVolf 2016-08-01 17:53:23 +02:00
parent f19b00b6ca
commit f7b7d317fe

View File

@ -377,7 +377,7 @@ mod service_tests {
}
}
impl IpcInterface<DummyService> for DummyService {
impl IpcInterface for DummyService {
fn dispatch<R>(&self, _r: &mut R) -> Vec<u8> where R: Read {
vec![]
}