rust: nets isn't send/sync
This commit is contained in:
parent
c8e1cbc5f2
commit
6e4e81429c
@ -438,9 +438,6 @@ pub struct Nets<'a> {
|
||||
_data: PhantomData<&'a Context>,
|
||||
}
|
||||
|
||||
unsafe impl Send for Nets<'_> {}
|
||||
unsafe impl Sync for Nets<'_> {}
|
||||
|
||||
impl<'a> Nets<'a> {
|
||||
/// Create a new store for the nets of a context.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user