You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/async_std.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ pub mod re_exports {
34
34
35
35
/// <span class="module-item stab portability" style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"><code>attributes</code></span> Provides the boilerplate for the `async-std` runtime and runs an async fn as main
36
36
#[cfg(feature = "attributes")]
37
-
pubusepyo3_asyncio_macros_0_21::async_std_main as main;
37
+
pubusepyo3_async_runtimes_macros::async_std_main as main;
0 commit comments