Closed
Description
Rustdoc should expose doc comments written on tuple fields:
pub struct Foo(
/// Hello docs
String
);
Tagging @QuietMisdreavus @GuillaumeGomez based on conversation on IRC.
Rustdoc should expose doc comments written on tuple fields:
pub struct Foo(
/// Hello docs
String
);
Tagging @QuietMisdreavus @GuillaumeGomez based on conversation on IRC.