Today I Learned

2024/03/10

rust docs

That you can add #![warn(missing_docs)] at the top of a lib.rs file to lint for undocumented public methods.