Update rustfmt preupload example reference
The arguments passed to rustfmt have changed from those used in the previously referenced CL so update the comment to reference a CL using the new arguments. Bug: 164111102 Test: None Change-Id: I962d56ed36422709a1fcd07ca95f1c015daa6339
This commit is contained in:
@@ -2,7 +2,7 @@ package config
|
|||||||
|
|
||||||
var (
|
var (
|
||||||
// When adding a new path below, add a rustfmt.toml file at the root of
|
// 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.
|
// for an example.
|
||||||
// TODO(b/160223496): enable rustfmt globally.
|
// TODO(b/160223496): enable rustfmt globally.
|
||||||
RustAllowedPaths = []string{
|
RustAllowedPaths = []string{
|
||||||
|
Reference in New Issue
Block a user