diff options
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/utils.rs b/src/utils.rs index 353093f..409534c 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -24,10 +24,10 @@ impl ToString for *const libc::c_char { } } -pub type ScopedNonSyncSupercow<'a, OWNED, BORROWED = OWNED> = - Supercow<'a, OWNED, BORROWED, - Box<NonSyncFeatures<'a> + 'a>, - BoxedStorage>; +// pub type ScopedNonSyncSupercow<'a, OWNED, BORROWED = OWNED> = +// Supercow<'a, OWNED, BORROWED, +// Box<NonSyncFeatures<'a> + 'a>, +// BoxedStorage>; pub type ScopedPhantomcow<'a, OWNED, BORROWED = OWNED, SHARED = Box<DefaultFeatures<'a> + 'a>, @@ -39,3 +39,5 @@ pub type ScopedSupercow<'a, OWNED, BORROWED = OWNED, SHARED = Box<DefaultFeature + + |
