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.
1 parent 5520d88 commit 34b527bCopy full SHA for 34b527b
1 file changed
Cargo.toml
@@ -103,8 +103,9 @@ cast_possible_truncation = "allow"
103
float_cmp = "allow"
104
cast_sign_loss = "allow"
105
cast_precision_loss = "allow"
106
-needless_continue = "allow"
107
unchecked_time_subtraction = "allow"
+# We should be able to deny this, but it lint's on code generated by darling, raised https://github.com/TedDriggs/darling/pull/429
108
+needless_continue = "allow"
109
110
# Additional nursery lints we enforce
111
use_self = "deny"
0 commit comments