mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Update sync.rs
This commit is contained in:
parent
953bd3aedc
commit
d2b03b1aea
1 changed files with 1 additions and 4 deletions
|
@ -45,12 +45,9 @@ mod inner {
|
||||||
|
|
||||||
#[cfg(not(feature = "sync_fs"))]
|
#[cfg(not(feature = "sync_fs"))]
|
||||||
mod inner {
|
mod inner {
|
||||||
pub use std::rc::Rc as MaybeArc;
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
use std::ops::Deref;
|
use std::ops::Deref;
|
||||||
use std::ops::DerefMut;
|
use std::ops::DerefMut;
|
||||||
>>>>>>> 2e7254f2a (fix(ext/fs): fix MaybeArc when not sync_fs)
|
pub use std::rc::Rc as MaybeArc;
|
||||||
|
|
||||||
pub trait MaybeSync {}
|
pub trait MaybeSync {}
|
||||||
impl<T> MaybeSync for T where T: ?Sized {}
|
impl<T> MaybeSync for T where T: ?Sized {}
|
||||||
|
|
Loading…
Reference in a new issue