Skip to content

Commit

Permalink
ci: fix clippy beta warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 21, 2024
1 parent 7909eb6 commit 0ae0ca8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/impl_/pyclass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,9 @@ impl<T: IntoPy<crate::PyObject>> IsIntoPy<T> {

probe!(IsIntoPyObjectRef);

// Possible clippy beta regression,
// see https://github.com/rust-lang/rust-clippy/issues/13578
#[allow(clippy::extra_unused_lifetimes)]
impl<'a, 'py, T: 'a> IsIntoPyObjectRef<T>
where
&'a T: IntoPyObject<'py>,
Expand Down

0 comments on commit 0ae0ca8

Please sign in to comment.