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:
parent
d32afd35b8
commit
8601ee50af
@ -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::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user