mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Use nightly clippy & rustfmt for more style checks (#487)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user