adding a custom header to benches

This commit is contained in:
Sean McArthur
2014-09-02 20:52:29 -07:00
parent 7e223932f4
commit 055a783ef0
3 changed files with 53 additions and 28 deletions

View File

@@ -53,6 +53,7 @@ pub mod version;
mod rfc7230;
mod mimewrapper {
/// Re-exporting the mime crate, for convenience.
extern crate mime;
}