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 e5a9322 commit 5cc4a26Copy full SHA for 5cc4a26
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![feature(doc_cfg)]
2
#![warn(missing_docs)]
3
4
//! Rust Bindings to the Python Asyncio Event Loop
@@ -52,9 +51,8 @@
52
51
//! features = ["testing"]
53
//! ```
54
55
-/// Utilities for writing PyO3 Asyncio tests
+/// <span class="module-item stab portability" style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"><code>testing</code></span> Utilities for writing PyO3 Asyncio tests
56
#[cfg(feature = "testing")]
57
-#[doc(cfg(testing))]
58
#[doc(inline)]
59
pub mod testing;
60
0 commit comments