Skip to content

Commit 5cc4a26

Browse files
author
Andrew J Westlake
committed
Removed experimental doc_cfg feature
1 parent e5a9322 commit 5cc4a26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(doc_cfg)]
21
#![warn(missing_docs)]
32

43
//! Rust Bindings to the Python Asyncio Event Loop
@@ -52,9 +51,8 @@
5251
//! features = ["testing"]
5352
//! ```
5453
55-
/// Utilities for writing PyO3 Asyncio tests
54+
/// <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
5655
#[cfg(feature = "testing")]
57-
#[doc(cfg(testing))]
5856
#[doc(inline)]
5957
pub mod testing;
6058

0 commit comments

Comments
 (0)