impl Sync for checked::Resource

This commit is contained in:
Jorge Aparicio 2017-04-07 17:54:36 -05:00
parent 2ae638995c
commit 8e1c72057c

View file

@ -75,3 +75,5 @@ where
}
}
}
unsafe impl<T, C> Sync for Resource<T, C> {}