]> git.lizzy.rs Git - rust.git/history - src/returns.rs
new lint for "let x = EXPR; x" at the end of functions (fixes #104)
[rust.git] / src / returns.rs
2015-08-11 Georg Brandlnew lint for "let x = EXPR; x" at the end of functions...
2015-08-11 Georg Brandlmove NeedlessReturn pass out to its own module and...