mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
cleanup doc strings; prepare release
This commit is contained in:
@ -61,7 +61,7 @@ impl HttpClientWriter {
|
||||
self.buffer.take();
|
||||
}
|
||||
|
||||
pub fn is_completed(&mut self) -> bool {
|
||||
pub fn is_completed(&self) -> bool {
|
||||
self.buffer.is_empty()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user