Use nightly clippy & rustfmt for more style checks (#487)

This commit is contained in:
Jonas Platte
2021-11-09 11:53:57 +00:00
committed by GitHub
parent bcd18a03bc
commit 9c77ee0295
32 changed files with 69 additions and 65 deletions
+1 -2
View File
@@ -176,8 +176,7 @@ mod tests {
use http::StatusCode;
use super::*;
use crate::test_helpers::*;
use crate::{routing::get, Router};
use crate::{routing::get, test_helpers::*, Router};
use std::collections::HashMap;
#[tokio::test]