Linux kernel maintainers merged code changes to address formatting issues with Rust imports. The rustfmt tool's default behavior of condensing multi-line imports into single lines was causing merge conflicts. The kernel team implemented a trailing empty comment workaround and updated their coding guidelines to handle this formatting challenge.
Sort: