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
..

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