rust-course icon indicating copy to clipboard operation
rust-course copied to clipboard

change len == 0 to is_empty()

Open xBLACKICEx opened this issue 1 year ago • 0 comments

The original code was not compliant with the use of the Rust norm due to avoidance. https://rust-lang.github.io/rust-clippy/master/index.html#len_zero

xBLACKICEx avatar Sep 19 '22 21:09 xBLACKICEx