diff options
| author | 2020-10-14 07:31:57 +0000 | |
|---|---|---|
| committer | 2020-10-14 07:31:57 +0000 | |
| commit | 7cfb22f51801effb35e380015bb498685b023a3c (patch) | |
| tree | 4adee895023867479aca09e24845987225b70ff3 | |
| parent | 0382c2cccf21643531856a96fdadec26cbde95c4 (diff) | |
| parent | 251b5172223954584f07270a95d4d873ff2dece0 (diff) | |
Merge changes from topic "rust4virt" am: 251b517222
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1458259
Change-Id: I81df4c50f8f503e4625d1db1957ec66c80589879
| -rw-r--r-- | rust/config/allowed_list.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index cb5e2fd43..b9a879a20 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -2,7 +2,7 @@ package config var ( // When adding a new path below, add a rustfmt.toml file at the root of - // the repository and enable the rustfmt repo hook. See aosp/1347562 + // the repository and enable the rustfmt repo hook. See aosp/1458238 // for an example. // TODO(b/160223496): enable rustfmt globally. RustAllowedPaths = []string{ |