rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.67k stars 432 forks source link

Fix `clippy::doc_markdown` warnings. #1474

Closed waywardmonkeys closed 4 months ago

waywardmonkeys commented 4 months ago

Summary

Warnings from clippy::doc_markdown were fixed.

Motivation

We want to have better, more consistent documentation.

Details

Warnings were fixed.

Also, add a clippy.toml to suppress some warnings about things that aren't identifiers.