mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
chore: fix nightly clippy
This commit is contained in:
parent
d32afd35b8
commit
8601ee50af
@ -105,11 +105,6 @@ async fn main() -> std::io::Result<()> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use actix_web::{
|
||||
middleware,
|
||||
web::{get, post, resource},
|
||||
App,
|
||||
};
|
||||
use serde_json::json;
|
||||
|
||||
use super::*;
|
||||
|
Loading…
Reference in New Issue
Block a user