File tree Expand file tree Collapse file tree 3 files changed +303
-371
lines changed
Expand file tree Collapse file tree 3 files changed +303
-371
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ cloned_instead_of_copied = "warn"
123123dbg_macro = " warn"
124124debug_assert_with_mut_call = " warn"
125125derive_partial_eq_without_eq = " warn"
126- disallowed_macros = " warn" # See clippy.toml
127- disallowed_methods = " warn" # See clippy.toml
128- disallowed_names = " warn" # See clippy.toml
129- disallowed_script_idents = " warn" # See clippy.toml
130- disallowed_types = " warn" # See clippy.toml
126+ disallowed_macros = " warn"
127+ disallowed_methods = " warn"
128+ disallowed_names = " warn"
129+ disallowed_script_idents = " warn"
130+ disallowed_types = " warn"
131131doc_include_without_cfg = " warn"
132132doc_link_with_quotes = " warn"
133133doc_markdown = " warn"
@@ -259,5 +259,6 @@ wildcard_dependencies = "warn"
259259wildcard_imports = " warn"
260260zero_sized_map_values = " warn"
261261
262- manual_range_contains = " allow" # this is better on 'allow'
263- map_unwrap_or = " allow" # this is better on 'allow'
262+ manual_range_contains = " allow"
263+ map_unwrap_or = " allow"
264+ needless_return = " allow"
You can’t perform that action at this time.
0 commit comments