Closed ggutoski closed 3 years ago
Use cargo doc to get a convenient summary of the public API. Remove public visibility from anything that shouldn't be there. eg. log_accuse_warn.
cargo doc
log_accuse_warn
Use
cargo doc
to get a convenient summary of the public API. Remove public visibility from anything that shouldn't be there. eg.log_accuse_warn
.