We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9dffe commit b299a29Copy full SHA for b299a29
crates/pgt_query/build.rs
@@ -46,7 +46,7 @@ fn vendored_layout(vendor_root: &Path, out_dir: &Path) -> Result<Layout, String>
46
);
47
}
48
49
- // Copy vendored tree into OUT_DIR (mirrors original script)
+ // Copy vendored tree into OUT_DIR
50
let copy_opts = CopyOptions {
51
overwrite: true,
52
..CopyOptions::default()
0 commit comments