-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
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/src/docbuilder/rustwide_builder.rs
Line 525 in 9ca2681
dep.name.replace("-", "_"), |
This should almost certainly be dep.library_name()
or something similar, to handle dependencies which rename their library (I don't know of any example build logs to see if it's an issue though). See rust-lang/rust#76296 as well, we can't actually give a unique name here when things like duplicate renamed dependencies come into play.
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