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

Disallow I/O methods via clippy. #160

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Disallow I/O methods via clippy. #160

merged 1 commit into from
Sep 21, 2024

Conversation

Alexhuszagh
Copy link
Owner

Use clippy lints to disallow macros like println!, etc., and other diagnostic macros and/or tools, or those that use general I/O.

Closes #159.

Use clippy lints to disallow macros like `println!`, etc., and other
diagnostic macros and/or tools, or those that use general I/O.
@Alexhuszagh Alexhuszagh added this to the 1.0.2 milestone Sep 21, 2024
@Alexhuszagh Alexhuszagh self-assigned this Sep 21, 2024
@Alexhuszagh Alexhuszagh merged commit c102122 into main Sep 21, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the deny_lint branch September 21, 2024 20:08
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.

Disallow I/O Methods
1 participant