We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e24e9b commit 99579f3Copy full SHA for 99579f3
src/tools/generate-copyright/src/main.rs
@@ -31,7 +31,7 @@ fn main() -> Result<(), Error> {
31
let workspace_paths = [
32
Path::new("./Cargo.toml"),
33
Path::new("./src/tools/cargo/Cargo.toml"),
34
- Path::new("./library/std/Cargo.toml"),
+ Path::new("./library/Cargo.toml"),
35
];
36
let mut collected_cargo_metadata =
37
cargo_metadata::get_metadata_and_notices(&cargo, &out_dir, &root_path, &workspace_paths)?;
0 commit comments