We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2ed45 commit ff6d048Copy full SHA for ff6d048
console-api/src/lib.rs
@@ -1,4 +1,5 @@
1
#![doc = include_str!("../README.md")]
2
+#![allow(warnings)]
3
4
/// Represents the operations performed by an async runtime.
5
pub mod async_ops;
0 commit comments