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.
repr_align_removed
1 parent 0603724 commit 6ab7fbfCopy full SHA for 6ab7fbf
Cargo.toml
@@ -178,3 +178,7 @@ expl_impl_clone_on_copy = "allow"
178
uninlined_format_args = "allow"
179
unnecessary_cast = "allow" # some casts like `as usize` are only needed for some targets
180
used_underscore_binding = "allow"
181
+
182
+[package.metadata.cargo-semver-checks.lints]
183
+# Alignment is an internal detail that users must not rely upon
184
+repr_align_removed = "warn"
0 commit comments