Autogenerated noise in rustdoc when `--document-private-items`

42 Views Asked by At

When generating rustdoc with --document-private-items for my binary, it creates tons of unintended noise such as can be seen in the images below.

It seems that these are generated by slog::info macro (docs.rs/slog/latest/slog/macro.info.html).

Any idea how to get rid of that?

opaque types generated by ??? LOC train generated by slog macros

0

There are 0 best solutions below