1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-01 01:16:59 +02:00

update client mod doc string

This commit is contained in:
Nikolay Kim
2018-04-09 21:57:40 -07:00
parent 23eea54776
commit bb11fb3d24
2 changed files with 29 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
//! Static files support.
// //! TODO: needs to re-implement actual files handling, current impl blocks
//! Static files support
use std::{io, cmp};
use std::io::{Read, Seek};
use std::fmt::Write;