]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/option_if_let_else.rs
Used clippy to clean itself
[rust.git] / clippy_lints / src / option_if_let_else.rs
2020-07-03 JarredAllenUsed clippy to clean itself
2020-07-03 JarredAllenDon't lint if contains a macro
2020-07-03 JarredAllenRefactoring pt. 2
2020-07-03 JarredAllenRefactoring
2020-07-03 JarredAllenHandle ref, mut, &, and &mut on the option
2020-07-03 JarredAllenProperly parenthesize to avoid operator precedence...
2020-07-03 JarredAllenStop linting on macros and correctly use braces for...
2020-07-03 JarredAllenLint for if let Some(x) = ... instead of Option::map_or