You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsafe_op_in_unsafe_fn = "warn"# `unsafe_op_in_unsafe_fn` may become the default in future Rust versions: https://github.com/rust-lang/rust/issues/71668
159
+
unsafe_op_in_unsafe_fn = "warn"# `unsafe_op_in_unsafe_fn` may become the default in future Rust versions: https://github.com/rust-lang/rust/issues/71668
160
160
unused_extern_crates = "warn"
161
161
unused_import_braces = "warn"
162
162
unused_lifetimes = "warn"
@@ -186,11 +186,11 @@ dbg_macro = "warn"
186
186
debug_assert_with_mut_call = "warn"
187
187
default_union_representation = "warn"
188
188
derive_partial_eq_without_eq = "warn"
189
-
disallowed_macros = "warn"# See clippy.toml
190
-
disallowed_methods = "warn"# See clippy.toml
191
-
disallowed_names = "warn"# See clippy.toml
192
-
disallowed_script_idents = "warn"# See clippy.toml
193
-
disallowed_types = "warn"# See clippy.toml
189
+
disallowed_macros = "warn"# See clippy.toml
190
+
disallowed_methods = "warn"# See clippy.toml
191
+
disallowed_names = "warn"# See clippy.toml
192
+
disallowed_script_idents = "warn"# See clippy.toml
0 commit comments