diff options
Diffstat (limited to 'core/async_cell.rs')
-rw-r--r-- | core/async_cell.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/async_cell.rs b/core/async_cell.rs index bf62692ed..d11b83932 100644 --- a/core/async_cell.rs +++ b/core/async_cell.rs @@ -109,7 +109,7 @@ impl<T> RcRef<AsyncRefCell<T>> { /// /// ```rust /// # use std::rc::Rc; -/// # use deno_core::async_cell::RcRef; +/// # use deno_core::RcRef; /// /// struct Stuff { /// foo: u32, |