1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 09:59:21 +02:00

doc strings

This commit is contained in:
Nikolay Kim
2017-10-16 10:43:35 -07:00
parent ff6779a38e
commit 2e96a79969
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
//! Static files support.
//!
//! TODO: needs to re-implement actual files handling, current impl blocks
#![allow(dead_code, unused_variables)]
use std::io;
use std::io::Read;