1
0
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:
Nikolay Kim
2018-04-16 09:30:59 -07:00
parent 58cc0dfbc5
commit 79818560b2
5 changed files with 20 additions and 19 deletions

View File

@ -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()
}