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 73d83da commit f8339e8Copy full SHA for f8339e8
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