icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Docs: some links for inlined re-exports are broken

Open robertbastian opened this issue 1 year ago • 1 comments

E.g. icu::list has broken ~crate-internal~ ([Part]) and crate-external ([Writeable]) links. The latter is an easy fix, we need to add a writeable dev-dependency, the former I need to look into.

robertbastian avatar Aug 05 '22 13:08 robertbastian

Actually, Parts is also a crate-external link, it's writeable::Part. Adding the dev-dependency to the meta-crate fixes the Part and Writeable links, but not the writeable link to the crate.

robertbastian avatar Aug 05 '22 14:08 robertbastian