fix nano interface
This commit is contained in:
parent
f19b00b6ca
commit
f7b7d317fe
@ -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 {
|
fn dispatch<R>(&self, _r: &mut R) -> Vec<u8> where R: Read {
|
||||||
vec![]
|
vec![]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user