rust/clippy_lints
Krishna Sai Veera Reddy 049079856b Prevent missing_const_for_fn on functions with const generic params
`const` functions cannot have const generic parameters so prevent the
`missing_const_for_fn` lint from firing in that case.
2020-02-21 19:56:44 -08:00
..
src Prevent missing_const_for_fn on functions with const generic params 2020-02-21 19:56:44 -08:00
Cargo.toml Reduce pulldown-cmark size 2020-02-17 13:39:48 +09:00
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.