]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Oct 2025 20:05:13 +0000 (10:05 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Oct 2025 20:05:13 +0000 (10:05 -1000)
commit1c64efcb083c48c85227cb4d72ab137feef2cdac
tree49d811456ec3ee2c603d852f80fc9030a6f4ba5f
parent648937f64a09ae4a938a6793f95207d955098038
parent1f1d3e1d094db732d22b892227bf1e1ac3a8ca04
Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux

Pull rustfmt fixes from Miguel Ojeda:
 "Rust 'rustfmt' cleanup

  'rustfmt', by default, formats imports in a way that is prone to
  conflicts while merging and rebasing, since in some cases it condenses
  several items into the same line.

  Document in our guidelines that we will handle this for the moment
  with the trailing empty comment workaround and make the tree
  'rustfmt'-clean again"

* tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux:
  rust: bitmap: fix formatting
  rust: cpufreq: fix formatting
  rust: alloc: employ a trailing comment to keep vertical layout
  docs: rust: add section on imports formatting