Remove tuple candidate, nothing special about it
This commit is contained in:
parent
0ca356586f
commit
8b9a1f1f4e
8 changed files with 9 additions and 28 deletions
|
@ -34,8 +34,6 @@ impl<'tcx, N: fmt::Debug> fmt::Debug for traits::ImplSource<'tcx, N> {
|
|||
super::ImplSource::TraitUpcasting(ref d) => write!(f, "{:?}", d),
|
||||
|
||||
super::ImplSource::ConstDestruct(ref d) => write!(f, "{:?}", d),
|
||||
|
||||
super::ImplSource::Tuple => write!(f, "ImplSource::Tuple"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue