-
Couldn't load subscription status.
- Fork 216
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateC-bugCategory: This is a bugCategory: This is a bug
Description
Docs.rs shows 'empty_library' in the sidebar and has no search results other than empty_library.
Original bug report
When publishing a no_std crate without dependencies, it will add an empty_library to the crates on [docs.rs].
Reproduction steps:
- Publish a no_std library without dependencies.
- The docs.rs page will now have a
empty_libraryin the crates.
This seems like a rather awkward way to tell the reader the crate has no dependencies. Now if you click any deeper into the documentation, on the left (under the crates header) the empty_library will be a clickable link that leads to a dead link.
This is what I mean: Link to CRC8-RS Docs
Metadata
Metadata
Assignees
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateC-bugCategory: This is a bugCategory: This is a bug