We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.