Skip to content

Commit c4f077f

Browse files
committed
Remove module qualification
1 parent 68344f3 commit c4f077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local_executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub struct LocalExecutor<'a> {
3535
state: Cell<*mut State>,
3636

3737
/// Makes the `'a` lifetime invariant.
38-
_marker: PhantomData<std::cell::UnsafeCell<&'a ()>>,
38+
_marker: PhantomData<UnsafeCell<&'a ()>>,
3939
}
4040

4141
impl UnwindSafe for LocalExecutor<'_> {}

0 commit comments

Comments
 (0)