Skip to content

Missing documentation, possibly due to package renaming #477

@alecmocatta

Description

@alecmocatta

Crate name:
constellation-rs

Build failure link:
https://docs.rs/crate/constellation-rs/0.1.8
"constellation-rs-0.1.8 doesn't have any documentation."

Additional details:
The crate is substantially unchanged since v0.1.6 which built documentation correctly in September: https://docs.rs/crate/constellation-rs/0.1.6

My other crates crates are building fine; the only out of the ordinary thing about this crate is probably this in the Cargo.toml:

[lib]
name = "constellation"

From a cursory glance this might be the issue:

has_docs = build
.host_target_dir()
.join(&res.target)
.join("doc")
.join(name.replace("-", "_"))
.is_dir();

Perhaps instead of the crate name it should test if any of the package names exist as directories?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-build-failureCategory: This is a crate that failed to build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions