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 ff55eda commit 99e33d1Copy full SHA for 99e33d1
Cargo.toml
@@ -68,6 +68,7 @@ unused_self = { level = "allow", priority = 1 }
68
used_underscore_binding = { level = "allow", priority = 1 }
69
ref_option = { level = "allow", priority = 1 }
70
unnecessary_semicolon = { level = "allow", priority = 1 }
71
+ignore_without_reason = { level = "allow", priority = 1 }
72
# restriction-lints:
73
absolute_paths = { level = "allow", priority = 1 }
74
arithmetic_side_effects = { level = "allow", priority = 1 }
@@ -143,6 +144,7 @@ used_underscore_items = { level = "allow", priority = 1 }
143
144
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
145
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
146
precedence_bits = { level = "allow", priority = 1 }
147
+redundant_test_prefix = { level = "allow", priority = 1 }
148
# nursery-lints:
149
branches_sharing_code = { level = "allow", priority = 1 }
150
cognitive_complexity = { level = "allow", priority = 1 }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments