Make ‘rustfmt.toml’ available for other modules

We need the config file to ensure consistent output when running
tests.

Bug: 237977382
Test: manual
Change-Id: Ib19d4b739305a5cbed94a40908d76dbbeec67fe5
This commit is contained in:
Martin Geisler
2022-05-13 16:01:35 +02:00
parent 4d2f767217
commit 4e86b5e07a

View File

@@ -193,3 +193,9 @@ sh_binary_host {
name: "list_image",
src: "list_image.sh",
}
filegroup {
name: "rustfmt.toml",
srcs: ["rustfmt.toml"],
visibility: ["//visibility:public"],
}