Skip to content

Docs failed to build on docs.rs #59

@OleStrohm

Description

@OleStrohm

As you can see the docs aren't working: https://docs.rs/crate/bevy_aseprite_ultra/latest
There is a build error here: https://docs.rs/crate/bevy_aseprite_ultra/latest/builds/2859099
Which says the error is:

[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]  --> src/lib.rs:1:29
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
[INFO] [stderr]   |                             ^^^^^^^^^^^^ feature has been removed
[INFO] [stderr]   |
[INFO] [stderr]   = note: removed in 1.92.0; see <https://github.com/rust-lang/rust/pull/138907> for more information
[INFO] [stderr]   = note: merged into `doc_cfg`

I think a lot of people, including me, use docs.rs heavily to explore a new crate when they first attempt to use it, so it would be great to have this fixed 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions