This commit is contained in:
Carl Meyer 2025-09-12 13:21:45 -07:00
parent af1b14cf28
commit 7cb3f45b94
No known key found for this signature in database
GPG Key ID: 2D1FB7916A52E121
1 changed files with 1 additions and 0 deletions

View File

@ -8938,6 +8938,7 @@ fn walk_bound_method_type<'db, V: visitor::TypeVisitor<'db> + ?Sized>(
visitor.visit_type(db, method.self_instance(db));
}
#[allow(clippy::trivially_copy_pass_by_ref)]
fn into_callable_type_cycle_recover<'db>(
_db: &'db dyn Db,
_value: &CallableType<'db>,