We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68344f3 commit c4f077fCopy full SHA for c4f077f
src/local_executor.rs
@@ -35,7 +35,7 @@ pub struct LocalExecutor<'a> {
35
state: Cell<*mut State>,
36
37
/// Makes the `'a` lifetime invariant.
38
- _marker: PhantomData<std::cell::UnsafeCell<&'a ()>>,
+ _marker: PhantomData<UnsafeCell<&'a ()>>,
39
}
40
41
impl UnwindSafe for LocalExecutor<'_> {}
0 commit comments