rust/clippy_lints
Donald Robertson 05c1ccebaf Warn if non-trivial work is done inside .expect
- added tests for common usages of format and as_str arguments to expect
- added tests for usages of Option and Result types
- given performance impact of passing non literal expressions to expect, added to perf group
2018-06-04 19:43:03 +01:00
..
src Warn if non-trivial work is done inside .expect 2018-06-04 19:43:03 +01:00
Cargo.toml Version bump 2018-06-03 08:59:10 +02:00
README.md Fix crates.io site name 2017-12-15 00:33:23 +02:00

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