1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

chore: fix nightly clippy

This commit is contained in:
Rob Ede 2024-02-19 11:24:26 +00:00
parent d32afd35b8
commit 8601ee50af
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -105,11 +105,6 @@ async fn main() -> std::io::Result<()> {
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use actix_web::{
middleware,
web::{get, post, resource},
App,
};
use serde_json::json; use serde_json::json;
use super::*; use super::*;