1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: fix nightly clippy

This commit is contained in:
Rob Ede
2024-02-19 11:24:26 +00:00
parent d32afd35b8
commit 8601ee50af

View File

@ -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::*;