]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #4195 - thiagoarrais:division-of-integer-literals, r=flip1995
authorbors <bors@rust-lang.org>
Wed, 12 Jun 2019 13:19:26 +0000 (13:19 +0000)
committerbors <bors@rust-lang.org>
Wed, 12 Jun 2019 13:19:26 +0000 (13:19 +0000)
Adds lint for integer division

Hi, folks! This is my first contribution to clippy and my first real piece of Rust code.

This is supposed to add a lint that warns for division of integers (#109). Please let me know if you need any changes.

Fixes #109

changelog: Add lint for integer division


Trivial merge