Skip to content

Commit 575b9d6

Browse files
joshtriplettJoshua Nelson
authored and
Joshua Nelson
committed
Don't hardcode the path to one source file in tidy
Just reference the tidy tool itself.
1 parent 07218f7 commit 575b9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-target-tier-policy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ approved by the appropriate team for that shared code before acceptance.
171171
host (even when supporting cross-compilation to the target) to depend
172172
on any new dependency less permissive than the Rust licensing policy. This
173173
applies whether the dependency is a Rust crate that would require adding
174-
new license exceptions (as specified by `src/tools/tidy/src/deps.rs` in the
174+
new license exceptions (as specified by the `tidy` tool in the
175175
rust-lang/rust repository), or whether the dependency is a native library
176176
or binary. In other words, the introduction of the target must not cause a
177177
user installing or running a version of Rust or the Rust tools to be

0 commit comments

Comments
 (0)