Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clippy: tidy up allow lints #1559

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Conversation

davidhewitt
Copy link
Member

I took out a few #[allow(...)] attributes which weren't needed.

Also converted #[cfg_attr(feature = "cargo-clippy", allow(clippy::xyz))] to #[allow(clippy::xyz)].

To reduce amount of errors in some of the ffi files, I moved compile.rs and pydebug.rs unlimited api portions into ffi/cpython as per #1289 .

@davidhewitt davidhewitt merged commit 9cdec14 into PyO3:main Apr 12, 2021
@davidhewitt davidhewitt deleted the tidy-clippy-allows branch April 12, 2021 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant