mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
fix(ext/fs): fix MaybeArc when not sync_fs (#19950)
This commit is contained in:
parent
89ba3f820c
commit
53e077133f
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ mod inner {
|
|||
|
||||
#[cfg(not(feature = "sync_fs"))]
|
||||
mod inner {
|
||||
use std::ops::Deref;
|
||||
use std::ops::DerefMut;
|
||||
pub use std::rc::Rc as MaybeArc;
|
||||
|
||||
pub trait MaybeSync {}
|
||||
|
|
Loading…
Reference in a new issue