mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
clippy
This commit is contained in:
@ -21,7 +21,7 @@ async fn test_limiter_count() -> Result<(), Error> {
|
||||
|
||||
for i in 0..20 {
|
||||
let status = limiter.count(id.to_string()).await?;
|
||||
println!("status: {:?}", status);
|
||||
println!("status: {status:?}");
|
||||
assert_eq!(20 - status.remaining(), i + 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user