Files
RustPython/vm/src/stdlib
ZapAnton 6fb91ddfed Fixed the 'len_zero' clippy warnings
This replaces all the occurrences of the <collection>.len() == 0
with the <collection>.is_empty() and the occurrences of the
<collection>.len() > 0 with the !<collection>.is_empty()

Relevant clippy warning: https://rust-lang.github.io/rust-clippy/master/index.html#len_zero
2019-02-05 20:54:49 +03:00
..
2019-02-05 20:54:49 +03:00
2018-12-12 19:41:09 +01:00
2019-02-05 23:08:45 +11:00