mirror of https://github.com/astral-sh/ruff
clippy
This commit is contained in:
parent
af1b14cf28
commit
7cb3f45b94
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue