Merge branch 'master' into master

This commit is contained in:
boxdot 2019-03-01 16:15:02 +01:00 committed by GitHub
commit 902081a639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
* Support handlers returning `()`. Unit is converted to 200 response with an empty body.
* Add `insert` and `remove` methods to `HttpResponseBuilder`
### Fixed
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680

View File

@ -193,7 +193,7 @@ impl<T: fmt::Display> fmt::Display for Path<T> {
}
#[derive(PartialEq, Eq, PartialOrd, Ord)]
/// Extract typed information from from the request's query.
/// Extract typed information from the request's query.
///
/// ## Example
///