Skip to content

Commit f8339e8

Browse files
committed
ci: Ignore repr_align_removed for cargo-semver-checks
This flagged a changed struct in the latest version. Alignment isn't something users should be relying upon, so ignore it globally.
1 parent 73d83da commit f8339e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,7 @@ expl_impl_clone_on_copy = "allow"
178178
uninlined_format_args = "allow"
179179
unnecessary_cast = "allow" # some casts like `as usize` are only needed for some targets
180180
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

Comments
 (0)