]> git.lizzy.rs Git - rust.git/commit
Lint types with `fn new() -> Self` and no `Default` impl
authormcarton <cartonmartin+git@gmail.com>
Tue, 1 Mar 2016 15:25:15 +0000 (16:25 +0100)
committermcarton <cartonmartin+git@gmail.com>
Tue, 8 Mar 2016 16:00:37 +0000 (17:00 +0100)
commitd7129f560d4a47d95a0b2f84ebf3b15a9b9f79c6
tree0bc10faa77c7552e9de34367bd2c937c284bd851
parent204c12c99ea1d3266bf067700351e8e6468a35d2
Lint types with `fn new() -> Self` and no `Default` impl
README.md
src/lib.rs
src/methods.rs
src/misc.rs
src/new_without_default.rs [new file with mode: 0644]
src/utils/mod.rs
tests/compile-fail/methods.rs
tests/compile-fail/new_without_default.rs [new file with mode: 0755]