Allow async-yields-async
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Aode (lion) 2022-01-02 20:42:33 -06:00
parent 4f88cdc81e
commit 6010d16cd4

View file

@ -1,3 +1,5 @@
#![allow(clippy::async_yields_async)]
use actix_cors::Cors;
use actix_web::{
web::{Data, Json, Path},