Open LPGhatguy opened 4 years ago
None of the methods or types are documented in roblox-install, it would be useful to improve the documentation by sprucing those up.
roblox-install
I'd also recommend introducing #![deny(missing_docs)] to make sure any new public types are also documented.
#![deny(missing_docs)]
None of the methods or types are documented in
roblox-install
, it would be useful to improve the documentation by sprucing those up.I'd also recommend introducing
#![deny(missing_docs)]
to make sure any new public types are also documented.