mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Fixed linter
This commit is contained in:
parent
3d15799f14
commit
ccd2b12174
@ -746,7 +746,7 @@ impl<'a, S: Specialization> InferCx<'a, S> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
enum InferOperand {
|
||||
Unknown,
|
||||
Var(InferVar),
|
||||
|
Loading…
Reference in New Issue
Block a user