]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnison
authorbors <bors@rust-lang.org>
Sun, 8 Dec 2019 22:44:01 +0000 (22:44 +0000)
committerbors <bors@rust-lang.org>
Sun, 8 Dec 2019 22:44:01 +0000 (22:44 +0000)
commit14195e1f1dc7bcc318226fe2218be09f542a72ef
tree26dc2bc3264bada38d7c04118b53f03e5de5be9a
parent59947fcae6a40df12e33af8c8c7291014b7603e0
parent12a267134e23ecc4772e25cb1cd8a4e225a067a9
Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnison

Move clean types into their own file

This PR is just about moving clean types into their own files to make the code more clear and keep all `Clean` trait implementations on their own.

r? @kinnison