rust: nets isn't send/sync

This commit is contained in:
Lofty 2024-01-16 01:56:18 +00:00 committed by myrtle
parent c8e1cbc5f2
commit 6e4e81429c

View File

@ -438,9 +438,6 @@ pub struct Nets<'a> {
_data: PhantomData<&'a Context>, _data: PhantomData<&'a Context>,
} }
unsafe impl Send for Nets<'_> {}
unsafe impl Sync for Nets<'_> {}
impl<'a> Nets<'a> { impl<'a> Nets<'a> {
/// Create a new store for the nets of a context. /// Create a new store for the nets of a context.
/// ///