Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/next_solver/infer/traits.rs')
-rw-r--r--crates/hir-ty/src/next_solver/infer/traits.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/hir-ty/src/next_solver/infer/traits.rs b/crates/hir-ty/src/next_solver/infer/traits.rs
index 4f000c24cc..3409de17a1 100644
--- a/crates/hir-ty/src/next_solver/infer/traits.rs
+++ b/crates/hir-ty/src/next_solver/infer/traits.rs
@@ -36,10 +36,6 @@ pub struct ObligationCause {
}
impl ObligationCause {
- #[expect(
- clippy::new_without_default,
- reason = "`new` is temporary, eventually we will provide span etc. here"
- )]
#[inline]
pub fn new() -> ObligationCause {
ObligationCause { _private: () }