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

Commit 3ab63d09 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 am: c944017c

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

Change-Id: I659bdcbd5ea487c7a09c4df0ffd3cda3709862a1
parents c3d5798b c944017c
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",