CQCL / hugr

Hierarchical Unified Graph Representation
https://crates.io/crates/hugr
Apache License 2.0
15 stars 4 forks source link

Warning from cargo doc: same output filename for hugr #1221

Open acl-cqc opened 1 week ago

acl-cqc commented 1 week ago
% cargo doc --all-features --no-deps
warning: output filename collision.
The bin target `hugr` in package `hugr-cli v0.1.1 (/Users/alanlawrence/repos/hugr/hugr-cli)` has the same output filename as the lib target `hugr` in package `hugr v0.5.1 (/Users/alanlawrence/repos/hugr/hugr)`.
Colliding filename is: /Users/alanlawrence/repos/hugr/target/doc/hugr/index.html
The targets should have unique names.
This is a known bug where multiple crates with the same name use
the same path; see <https://github.com/rust-lang/cargo/issues/6313>.