fn rustdoc(
build_runner: &mut BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<Work>
Expand description
Creates a unit of work invoking rustdoc
for documenting the unit
.
fn rustdoc(
build_runner: &mut BuildRunner<'_, '_>,
unit: &Unit,
) -> CargoResult<Work>
Creates a unit of work invoking rustdoc
for documenting the unit
.