diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index b9a879a20..cbdbe2315 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -6,10 +6,10 @@ var ( // for an example. // TODO(b/160223496): enable rustfmt globally. RustAllowedPaths = []string{ + "external/adhd", + "external/crosvm", "external/minijail", "external/rust", - "external/crosvm", - "external/adhd", "frameworks/native/libs/binder/rust", "packages/modules/Virtualization", "prebuilts/rust",