rust/clippy_lints
Daniel Wagner-Hall 350036a0c7 default_trait_access skips <F as Default>::default()
This includes the type name, so is clear, and may be necessary.

There doesn't seem to be an obviously cleaner way to pull out the
literal text of the named type here.

Fixes #2879
2018-08-27 23:22:07 +01:00
..
src default_trait_access skips <F as Default>::default() 2018-08-27 23:22:07 +01:00
Cargo.toml deps: update cargo_metadata from 0.5 to 0.6. 2018-08-24 18:14:49 +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.