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

chore: use deny(warnings) instead of forbid(warnings) #200

Merged
merged 1 commit into from
Jan 20, 2021
Merged

chore: use deny(warnings) instead of forbid(warnings) #200

merged 1 commit into from
Jan 20, 2021

Conversation

S-Coyle
Copy link
Member

@S-Coyle S-Coyle commented Jan 20, 2021

deny can be overriden with allow, unlike forbid. This allows us to allow some warnings on a case-by-case basis which is especially useful in macros. Without this, some macros from other crates caused compilation errors on nightly, however it's possible it would eventually affect stable as well.

`deny` can be overriden with `allow`, unlike `forbid`. This allows us to `allow` some warnings on a case-by-case basis which is especially useful in macros. Without this, some macros from other crates caused compilation errors on nightly, however it's possible it would eventually affect stable as well.
@S-Coyle S-Coyle requested a review from a team as a code owner January 20, 2021 15:35
@S-Coyle S-Coyle merged commit 0bce0d6 into maidsafe:master Jan 20, 2021
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.

None yet

1 participant