mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -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"))]
|
#[cfg(not(feature = "sync_fs"))]
|
||||||
mod inner {
|
mod inner {
|
||||||
|
use std::ops::Deref;
|
||||||
|
use std::ops::DerefMut;
|
||||||
pub use std::rc::Rc as MaybeArc;
|
pub use std::rc::Rc as MaybeArc;
|
||||||
|
|
||||||
pub trait MaybeSync {}
|
pub trait MaybeSync {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue