mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 18:37:41 +02:00
lint and readme cleanup (#97)
This commit is contained in:
@ -241,7 +241,7 @@ impl<T: Message + Default + 'static> Future for ProtoBufMessage<T> {
|
||||
}
|
||||
}
|
||||
|
||||
return Ok(<T>::decode(&mut body)?);
|
||||
Ok(<T>::decode(&mut body)?)
|
||||
}
|
||||
.boxed_local(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user