rust/clippy_lints
Ryan Cumming 08d6b3d2f6 Allow pass by ref when returning ADT with ref
This is a follow-up to #2951 that extends the logic to allow for
returning references inside structs/enums/unions. This was a simple
oversight in the first version and it's surprisingly easy to handle.
2018-08-02 17:57:49 +10:00
..
src Allow pass by ref when returning ADT with ref 2018-08-02 17:57:49 +10:00
Cargo.toml Update dependencies 2018-07-20 00:50:02 -07: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.