We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfc682 commit 2932833Copy full SHA for 2932833
src/tools/generate-copyright/src/cargo_metadata.rs
@@ -45,7 +45,7 @@ pub struct PackageMetadata {
45
46
/// Use `cargo metadata` and `cargo vendor` to get a list of dependencies and their license data.
47
///
48
-/// This will involve running `cargo vendor` into `${BUILD}/vendor` so we can
+/// This will involve running `cargo vendor` into `vendor_path` so we can
49
/// grab the license files.
50
51
/// Any dependency with a path beginning with `root_path` is ignored, as we
0 commit comments