Skip to content

Failure generating documentation with multiple lightning libraries #689

Closed
@jkczyz

Description

@jkczyz

Seeing the following failure after #618 was merged.

$ cargo doc
error: The library `lightning` is specified by packages `lightning v0.0.11 (/Users/jkczyz/src/rust-lightning/lightning)` and `lightning-c-bindings v0.0.1 (/Users/jkczyz/src/rust-lightning/lightning-c-bindings)` but can only be documented once. Consider renaming or marking one of the targets as `doc = false`.

Workaround is to use cargo doc -p lightning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions