* [PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
@ 2026-03-23 2:42 Miguel Ojeda
2026-03-27 11:20 ` Miguel Ojeda
0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2026-03-23 2:42 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
rust-for-linux
`.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 [1]
Link: https://github.com/rust-lang/rustfmt/issues/4884 [2]
Fixes: 80db40bac8f4 ("rust: add `.rustfmt.toml`")
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 77fdfcb55f06..a62f6af55c3a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23146,6 +23146,7 @@ C: zulip://rust-for-linux.zulipchat.com
P: https://rust-for-linux.com/contributing
T: git https://github.com/Rust-for-Linux/linux.git rust-next
F: .clippy.toml
+F: .rustfmt.toml
F: Documentation/rust/
F: include/trace/events/rust_sample.h
F: rust/
base-commit: bf074eb6891be799174ff42e0051492681fdc045
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
2026-03-23 2:42 [PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry Miguel Ojeda
@ 2026-03-27 11:20 ` Miguel Ojeda
0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2026-03-27 11:20 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin,
Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich,
rust-for-linux
On Mon, Mar 23, 2026 at 3:42 AM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> `.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 [1]
> Link: https://github.com/rust-lang/rustfmt/issues/4884 [2]
> Fixes: 80db40bac8f4 ("rust: add `.rustfmt.toml`")
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Applied to `rust-next`!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-27 11:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23 2:42 [PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry Miguel Ojeda
2026-03-27 11:20 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox