]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6218 - korrat:master, r=ebroto
authorbors <bors@rust-lang.org>
Wed, 9 Dec 2020 17:08:00 +0000 (17:08 +0000)
committerbors <bors@rust-lang.org>
Wed, 9 Dec 2020 17:08:00 +0000 (17:08 +0000)
commit6c70133faa059a9e71dc386d70121a23a65715ab
tree24ca60338c6e63a8bc9022bd6d827a99a5fb6299
parenta2d99259a420fc44cff11bbf69b38ec915f32e08
parentf77f1db35b1f263286962cfa5e5c08a55add83cb
Auto merge of #6218 - korrat:master, r=ebroto

Add lint for maps with zero-sized value types

Hi, this is my first time contributing to clippy or rust in general, so I'm not sure about the details of contributing. Please excuse me and let me now if I did anything wrong. I have a couple of questions:

1. I'm not sure what category this lint should be. I've put it in "nursery" for now.
1. Should I squash commits this is reviewed/merged?

changelog: Add lint for maps with zero-sized value types

Fixes #1641