From cb1c26069281435096766ccd2c01f51af1996455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mina=20Gali=C4=87?= Date: Sun, 24 May 2020 21:03:02 +0200 Subject: [PATCH] =?UTF-8?q?remove=20an=20experiment=20of=20disabling=20Sen?= =?UTF-8?q?d=E2=80=A6=20it=20makes=20no=20sense?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/mod.rs b/src/api/mod.rs index a46b3654..6a3e8136 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -64,7 +64,6 @@ pub struct OAuthRequest { } #[get("/oauth2?")] -#[rocket::async_trait(?Send)] pub async fn oauth( query: Form, rockets: PlumeRocket,