rust/clippy_lints/src/methods
Michael Wright 59893bcab0 Fix temporary_cstring_as_ptr false negative
Fixes #4375.

Changes the check to test when `.unwrap().as_ptr()` is called on any
`Result<CString, _>` as suggested by @flip1995
(https://github.com/rust-lang/rust-clippy/issues/4375#issuecomment-520724123).
2019-08-21 07:35:04 +02:00
..
mod.rs Fix temporary_cstring_as_ptr false negative 2019-08-21 07:35:04 +02:00
option_map_unwrap_or.rs Fix warnings about unnecessary lifetime bounds 2019-06-20 01:36:23 +07:00
unnecessary_filter_map.rs Fix warnings about unnecessary lifetime bounds 2019-06-20 01:36:23 +07:00