fix clippy warnings

This commit is contained in:
Martin Algesten
2019-06-21 15:09:36 +02:00
parent 819a9d1e0c
commit 41b21d37e4
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ where
handlers.insert(path.to_string(), Box::new(handler));
}
#[allow(clippy::write_with_newline)]
pub fn make_response(
status: u16,
status_text: &str,