rust/src
Ryan Sullivant a1cf2d334d Added a lint as suggested in 6010 which recommends using contains()
instead of `find()` follows by `is_some()` on strings

Update clippy_lints/src/find_is_some_on_strs.rs
Co-authored-by: Takayuki Nakata <f.seasons017@gmail.com>

Update clippy_lints/src/methods/mod.rs
Co-authored-by: Philipp Krones <hello@philkrones.com>
2020-11-10 23:18:47 -07:00
..
lintlist Added a lint as suggested in 6010 which recommends using contains() 2020-11-10 23:18:47 -07:00
driver.rs Merge commit 'bf1c6f9871' into clippyup 2020-10-23 22:16:59 +02:00
main.rs Merge commit 'c2c07fa9d0' into clippyup 2020-06-23 17:05:22 +02:00