Xuanwo opened a new pull request, #7167: URL: https://github.com/apache/opendal/pull/7167
# Which issue does this PR close? Closes #7158. # Rationale for this change `assert_size` was intended as a development-only guard, but hard-coded struct sizes can legitimately vary across toolchains/platforms. This makes downstream packaging (e.g. Fedora) fail without any impact on correctness or user-facing behavior. # What changes are included in this PR? - Remove `tests::assert_size` from `opendal-core` crate root. - Remove `types::error::tests::assert_size`. # Are there any user-facing changes? No. # AI Usage Statement This PR was authored with assistance from OpenAI Codex CLI (GPT-5.2). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
