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 ae10da6 commit e55f1bbCopy full SHA for e55f1bb
Cargo.toml
@@ -142,6 +142,7 @@ unused_trait_names = { level = "allow", priority = 1 }
142
used_underscore_items = { level = "allow", priority = 1 }
143
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
144
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
145
+needless_raw_strings = { level = "allow", priority = 1 }
146
# nursery-lints:
147
branches_sharing_code = { level = "allow", priority = 1 }
148
cognitive_complexity = { level = "allow", priority = 1 }
@@ -162,5 +163,7 @@ cargo_common_metadata = { level = "allow", priority = 1 }
162
163
# style-lints:
164
doc_lazy_continuation = { level = "allow", priority = 1 }
165
needless_return = { level = "allow", priority = 1 }
166
+unnecessary_map_or = { level = "allow", priority = 1 }
167
# complexity-lints
168
needless_lifetimes = { level = "allow", priority = 1 }
169
+precedence = { level = "allow", priority = 1 }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments