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

Remove test feature from cfg #3435

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

zkxuerb
Copy link
Collaborator

@zkxuerb zkxuerb commented Nov 13, 2024

Motivation

Clippy was having issues with #[cfg(not(any(test, feature = "test")))] as the test feature does not exist. So this PR changes it to #[cfg(not(any(test)))].

@zkxuerb zkxuerb requested review from zosorock and raychu86 November 13, 2024 18:35
Copy link
Contributor

@vicsn vicsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While any is superfluous, fine to leave as is, LGTM

@zosorock zosorock added bug Incorrect or unexpected behavior v1.1.4 Canary release v1.1.4 labels Nov 13, 2024
@zosorock zosorock merged commit 7211246 into AleoNet:staging Nov 13, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behavior v1.1.4 Canary release v1.1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants