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;