Skip to content

Commit c6d4b44

Browse files
author
Andrew J Westlake
committed
Forgot to hide empty fn main() in testing module
1 parent f5eb17c commit c6d4b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ pub async fn test_harness(tests: Vec<Test>, args: Args) -> PyResult<()> {
308308
/// pyo3_asyncio::testing::main().await
309309
/// }
310310
/// # #[cfg(not(all(feature = "async-std-runtime", feature = "attributes")))]
311-
/// fn main() { }
311+
/// # fn main() { }
312312
/// ```
313313
pub async fn main() -> PyResult<()> {
314314
let args = parse_args();

0 commit comments

Comments
 (0)