]> git.lizzy.rs Git - rust.git/commit
Test for local types in `LINKEDLIST` and `BOX_VEC`
authorscott-linder <scott.b.linder@wmich.edu>
Sun, 11 Jun 2017 16:30:48 +0000 (12:30 -0400)
committerscott-linder <scott.b.linder@wmich.edu>
Sun, 11 Jun 2017 16:30:48 +0000 (12:30 -0400)
commit54b52054c98e641b18e3043fff3f6c6deaa001bb
treef3c9240f05eda7ac8698eb5cf9cd71155c79ba7d
parent74ebe6e69e41ad3b3efaf9095fd45d63c3a76dd0
Test for local types in `LINKEDLIST` and `BOX_VEC`

Add negative tests for types in local declarations in the `LINKEDLIST`
and `BOX_VEC` lints. They share a pass with `BORROWED_BOX` which does
check local delclarations.
clippy_tests/examples/box_vec.rs
clippy_tests/examples/dlist.rs