From ff6d048e0464f55fc9d8202b05c7762bc99f9924 Mon Sep 17 00:00:00 2001 From: noah Date: Sun, 4 Sep 2022 15:43:39 -0500 Subject: [PATCH] go away clippy --- console-api/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/console-api/src/lib.rs b/console-api/src/lib.rs index ea21d924c..d2633ec1c 100644 --- a/console-api/src/lib.rs +++ b/console-api/src/lib.rs @@ -1,4 +1,5 @@ #![doc = include_str!("../README.md")] +#![allow(warnings)] /// Represents the operations performed by an async runtime. pub mod async_ops;