mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
generate-copyright: Use license-metadata.json from git.
This commit is contained in:
@@ -208,8 +208,7 @@ fn make_run(run: RunConfig<'_>) {
|
||||
}
|
||||
|
||||
fn run(self, builder: &Builder<'_>) -> Self::Output {
|
||||
let license_metadata = builder.ensure(CollectLicenseMetadata);
|
||||
|
||||
let license_metadata = builder.src.join("license-metadata.json");
|
||||
let dest = builder.out.join("COPYRIGHT.html");
|
||||
let dest_libstd = builder.out.join("COPYRIGHT-library.html");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user