dvermd
|
bdd76a9d1c
|
clippy_lint: Allow 'ref_option_ref' for 'option_if_let_else'
|
2020-10-26 22:34:42 +01:00 |
|
Tim Nielens
|
6ba36bcfd3
|
option_if_let_else - distinguish pure from impure else expressions
|
2020-09-16 01:30:50 +02:00 |
|
JarredAllen
|
f73b455b99
|
Refactoring
|
2020-07-03 16:47:38 -07:00 |
|
JarredAllen
|
88c8afdddf
|
Handle ref, mut, &, and &mut on the option
|
2020-07-03 16:47:38 -07:00 |
|
JarredAllen
|
b85796fe36
|
Properly parenthesize to avoid operator precedence errors
|
2020-07-03 16:47:38 -07:00 |
|
JarredAllen
|
82f8d4d6f1
|
Stop linting on macros and correctly use braces for constructs
|
2020-07-03 16:47:38 -07:00 |
|
JarredAllen
|
bf48a2d50d
|
Lint for if let Some(x) = ... instead of Option::map_or
|
2020-07-03 16:47:38 -07:00 |
|