mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-17 00:36:08 +00:00
rust: nets isn't send/sync
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user