Closed
Description
cargo/src/cargo/sources/path.rs
Lines 110 to 121 in 070e459
The denoland/rusty_v8 crate has a .gn
file that is included by saying:
exclude = [
...
".*",
...
"!.gn"
]
This excludes all dotfiles except .gn
, but when this crate is vendored into a project, the .gn
file is missing. Given that this is legal syntax, it seems the path.rs
logic above needs to handle this situation?
Metadata
Metadata
Assignees
Labels
No labels