From 5814ba78327e8194c4999c73d4334a4f840f75fa Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Fri, 18 Oct 2019 12:37:03 +0200 Subject: support updated toolchain --- src/utils.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/utils.rs b/src/utils.rs index 5bfb5d0..022d508 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -30,11 +30,11 @@ impl ToString for *const libc::c_char { // BoxedStorage>; pub type ScopedPhantomcow<'a, OWNED, BORROWED = OWNED, - SHARED = Box + 'a>, + SHARED = Box + 'a>, STORAGE = BoxedStorage> = Supercow<'a, OWNED, BORROWED, SHARED, STORAGE, ()>; -pub type ScopedSupercow<'a, OWNED, BORROWED = OWNED, SHARED = Box + 'a>> = +pub type ScopedSupercow<'a, OWNED, BORROWED = OWNED, SHARED = Box + 'a>> = Supercow<'a, OWNED, BORROWED, SHARED, BoxedStorage>; -- cgit v1.2.1