Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c944017c authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Automerger Merge Worker
Browse files

Merge "rust: document manual configuration for rustfmt" am: 996de36d

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1393184

Change-Id: Ib85fe502686392c4e40e2cfa28b428212e3485cb
parents bec87ec3 996de36d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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
	// for an example.
	// TODO(b/160223496): enable rustfmt globally.
	RustAllowedPaths = []string{
		"external/minijail",
		"external/rust",