Skip to content

Commit

Permalink
Remove obsolete Clippy workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Sep 18, 2022
1 parent d0717cf commit f4c34d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def check(args):
"--",
"--deny",
"warnings",
# https://github.com/PyO3/pyo3/issues/2555
"--allow",
"clippy::borrow-deref-ref",
)


Expand Down

0 comments on commit f4c34d9

Please sign in to comment.