Fix variance of thread::Scope.
This commit is contained in:
parent
4300bea0c2
commit
c5cb2def06
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use crate::sync::Arc;
|
|||
/// See [`scope`] for details.
|
||||
pub struct Scope<'env> {
|
||||
data: ScopeData,
|
||||
env: PhantomData<&'env ()>,
|
||||
env: PhantomData<&'env mut &'env ()>,
|
||||
}
|
||||
|
||||
/// An owned permission to join on a scoped thread (block on its termination).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue