ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Document every publicly visible item and add `#[warn(missing_docs)]`

Open bluss opened this issue 3 years ago • 1 comments

  • add #[warn(missing_docs)]
  • Document every publically visible item - until the warnings are fixed
    • Some items might be pub but can be downgraded to pub (crate) - documenting them is then optional

bluss avatar Apr 06 '21 20:04 bluss

Hi, I'm pretty new to Rust, but would like to contribute. This seems like something that I might be able to help on. Is there somewhere that would be a good place to start?

DrewAlderfer avatar Apr 17 '23 17:04 DrewAlderfer