We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debug_assert
Found an allow(cyclomatic_complexity) in chrono:
allow(cyclomatic_complexity)
chrono
chronotope/chrono@4c18d70
I assume that all the complexity comes from the expansion of these assert macros. We should treat them as function calls.
The text was updated successfully, but these errors were encountered:
Same in tests function for assert! and assert_eq!.
assert!
assert_eq!
Sorry, something went wrong.
No branches or pull requests
Found an
allow(cyclomatic_complexity)
inchrono
:chronotope/chrono@4c18d70
I assume that all the complexity comes from the expansion of these assert macros. We should treat them as function calls.
The text was updated successfully, but these errors were encountered: