Merge "Add libc to Rust allowlist."

This commit is contained in:
Joel Galenson
2021-07-23 14:46:55 +00:00
committed by Gerrit Code Review

View File

@@ -6,6 +6,7 @@ var (
// for an example. // for an example.
// TODO(b/160223496): enable rustfmt globally. // TODO(b/160223496): enable rustfmt globally.
RustAllowedPaths = []string{ RustAllowedPaths = []string{
"bionic/libc",
"device/google/cuttlefish", "device/google/cuttlefish",
"external/adhd", "external/adhd",
"external/crosvm", "external/crosvm",