]> git.lizzy.rs Git - rust.git/commit
New lint for assignment to temporary
authorSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 4 Nov 2015 09:55:14 +0000 (18:55 +0900)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Wed, 4 Nov 2015 12:37:18 +0000 (21:37 +0900)
commit3322ffa8a048ef5369d3cdd914869fdf383473a4
treeb4538c9fc05c5ee76422286ed673e5ec0e9a160c
parent364bdc5b70d42da11d0a7be3e3ca5bb75e8228f1
New lint for assignment to temporary
README.md
src/lib.rs
src/temporary_assignment.rs [new file with mode: 0644]
tests/compile-fail/temporary_assignment.rs [new file with mode: 0644]