Address unused tuple struct fields in the compiler
This commit is contained in:
@@ -172,7 +172,7 @@ impl<'a> ParentScope<'a> {
|
||||
#[derive(Copy, Debug, Clone)]
|
||||
enum ImplTraitContext {
|
||||
Existential,
|
||||
Universal(LocalDefId),
|
||||
Universal,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user