]> git.lizzy.rs Git - rust.git/commitdiff
Merge #426
authorbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 4 Jan 2019 17:30:42 +0000 (17:30 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Fri, 4 Jan 2019 17:30:42 +0000 (17:30 +0000)
426: Rename ImplItem to ImplBlock r=flodiebold a=flodiebold

rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.

Extracted from #370.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>

Trivial merge