mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Don't qualify PhantomData
This commit is contained in:
parent
c9c7156db5
commit
8bb7b5460f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl<T, U> EitherIndex<T, U> {
|
|||
|
||||
Self {
|
||||
index: input.index | Self::MASK,
|
||||
_marker: std::marker::PhantomData,
|
||||
_marker: PhantomData,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue