]> git.lizzy.rs Git - rust.git/commit
Lint needless take-by-value
authorsinkuu <sinkuupump@gmail.com>
Sat, 18 Feb 2017 08:00:36 +0000 (17:00 +0900)
committersinkuu <sinkuupump@gmail.com>
Sat, 18 Feb 2017 22:59:44 +0000 (07:59 +0900)
commitd81d961ba73db132d605ac18bf38511a8a8ab9e5
treeb57a89d78fdc472ce0c5bdecab6ffc968991f5d6
parent8a227c75777bf154ac8fb1673d970133e9a02d56
Lint needless take-by-value
20 files changed:
CHANGELOG.md
README.md
clippy_lints/src/consts.rs
clippy_lints/src/lib.rs
clippy_lints/src/needless_take_by_value.rs [new file with mode: 0644]
clippy_lints/src/utils/paths.rs
tests/issue-825.rs
tests/ui/absurd-extreme-comparisons.rs
tests/ui/box_vec.rs
tests/ui/complex_types.rs
tests/ui/dlist.rs
tests/ui/drop_forget_ref.rs
tests/ui/entry.rs
tests/ui/eta.rs
tests/ui/lifetimes.rs
tests/ui/needless_take_by_value.rs [new file with mode: 0644]
tests/ui/needless_take_by_value.stderr [new file with mode: 0644]
tests/ui/should_assert_eq.rs
tests/ui/should_assert_eq.stderr
tests/ui/unused_lt.rs