remove unnecessary Debug
This commit is contained in:
parent
705e0874de
commit
33ae3220b6
1 changed files with 1 additions and 1 deletions
|
|
@ -2039,7 +2039,7 @@ impl<'tcx> ObligationCause<'tcx> {
|
|||
|
||||
/// This is a bare signal of what kind of type we're dealing with. `ty::TyKind` tracks
|
||||
/// extra information about each type, but we only care about the category.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
|
||||
crate enum TyCategory {
|
||||
Closure,
|
||||
Opaque,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue