Fix hir-ty clippy issue

I am not familiar with this code at allso just doing what I can to unblock.
This commit is contained in:
Cormac Relf
2026-01-08 09:53:00 +11:00
parent 5a9855595a
commit 96f018541a

View File

@@ -55,6 +55,13 @@ impl ObligationCause {
}
}
impl Default for ObligationCause {
#[inline]
fn default() -> Self {
Self::new()
}
}
/// An `Obligation` represents some trait reference (e.g., `i32: Eq`) for
/// which the "impl_source" must be found. The process of finding an "impl_source" is
/// called "resolving" the `Obligation`. This process consists of