Skip to content

Commit

Permalink
remove unnecessary Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Jan 8, 2020
1 parent 705e087 commit 33ae322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/infer/error_reporting/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 33ae322

Please sign in to comment.