]> git.lizzy.rs Git - rust.git/commit
Remove unneeded clone() from tests
authorErich Cordoba <erich.cm@yandex.com>
Tue, 18 Sep 2018 23:32:29 +0000 (18:32 -0500)
committerErich Cordoba <erich.cm@yandex.com>
Tue, 18 Sep 2018 23:32:29 +0000 (18:32 -0500)
commit3d662639f650f87d3ca5aa454a14b02e30ecc14e
tree4dee4d440b582ebcafc7defcd070c6ca8b16cbf0
parent79fcc58b24d85743d025fd880fca55748662ed3e
Remove unneeded clone() from tests

The expected.clone() calls were not needed for the tests. This is
just to keep consistency between the test cases.
src/librustdoc/test.rs