Update runtime.rs

This commit is contained in:
Rob Ede 2023-08-26 15:28:16 +01:00 committed by GitHub
parent e985a9af85
commit 4c6964d512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ impl Runtime {
///
/// ```
/// use actix_rt::Runtime;
/// use tokio::task;
///
/// mod module_a {
/// pub fn do_something(handle: tokio::runtime::Handle) {