]> git.ipfire.org Git - thirdparty/linux.git/commit
MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 23 Mar 2026 02:42:06 +0000 (03:42 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 27 Mar 2026 11:15:47 +0000 (12:15 +0100)
commit9bf32bc60cb2561f8e27fea2cb24c86d5ab99997
tree690eef48ba8072148d9d2636c9334bce58dd7540
parentbf074eb6891be799174ff42e0051492681fdc045
MAINTAINERS: add `.rustfmt.toml` to "RUST" entry

`.rustfmt.toml` is not covered by `MAINTAINERS`, so tools like
`scripts/get_maintainer.pl` do not report it properly, e.g.:

    $ scripts/get_maintainer.pl -f .rustfmt.toml
    linux-kernel@vger.kernel.org (open list)

It should have been there since the beginning, and while it is not a big
deal since the file has not changed at all since it was added in commit
80db40bac8f4 ("rust: add `.rustfmt.toml`") back in 2022, this will be
especially useful to catch unintended unstable features if upstream
`rustfmt` started to allow them in stable toolchains [1][2].

Thus add it.

Link: https://github.com/rust-lang/rustfmt/issues/6829#issuecomment-4084325200
Link: https://github.com/rust-lang/rustfmt/issues/4884
Fixes: 80db40bac8f4 ("rust: add `.rustfmt.toml`")
Link: https://patch.msgid.link/20260323024206.129401-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
MAINTAINERS