Skip to content

Commit 9bf32bc

Browse files
committed
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 80db40b ("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: rust-lang/rustfmt#6829 (comment) [1] Link: rust-lang/rustfmt#4884 [2] Fixes: 80db40b ("rust: add `.rustfmt.toml`") Link: https://patch.msgid.link/20260323024206.129401-1-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent bf074eb commit 9bf32bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23146,6 +23146,7 @@ C: zulip://rust-for-linux.zulipchat.com
2314623146
P: https://rust-for-linux.com/contributing
2314723147
T: git https://github.com/Rust-for-Linux/linux.git rust-next
2314823148
F: .clippy.toml
23149+
F: .rustfmt.toml
2314923150
F: Documentation/rust/
2315023151
F: include/trace/events/rust_sample.h
2315123152
F: rust/

0 commit comments

Comments
 (0)