Skip to content

Commit

Permalink
Fix: Elide implicit lifetime of PyRef
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Jun 26, 2024
1 parent ab84d04 commit 6dec921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/circuit/src/equivalence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl Key {
hasher.finish()
}

fn __repr__(slf: PyRef<'_, Self>) -> String {
fn __repr__(slf: PyRef<Self>) -> String {
slf.to_string()
}

Expand Down

0 comments on commit 6dec921

Please sign in to comment.