Oli Scherer
|
3d88fae050
|
Update ui test crate
|
2023-08-11 14:02:28 +00:00 |
|
Jason Newcomb
|
caf601434b
|
Resolve type aliases in type_certainty
|
2023-07-30 03:26:32 -04:00 |
|
Samuel Moelius
|
e27977b847
|
Rename unwrap_or_else_default to unwrap_or_default
|
2023-07-19 20:36:10 -04:00 |
|
Samuel Moelius
|
84c411272d
|
Merge unwrap_or_else_default.rs into or_fun_call.rs
|
2023-07-19 20:36:10 -04:00 |
|
Samuel Moelius
|
f583fd18e4
|
Fix unwrap_or_else_default false positive
|
2023-07-19 06:45:33 -04:00 |
|
Pavan Kumar Sunkara
|
bfd5abad4b
|
Fix all the other tests
|
2023-06-12 16:21:06 +01:00 |
|
Oli Scherer
|
def1705a27
|
Update to a compiletest-rs version that requires //@ for commands
|
2023-04-20 14:44:03 +00:00 |
|
xphoniex
|
b21d9d307b
|
Suggest unwrap_or_default when closure returns "".to_string
Signed-off-by: xphoniex <xphoniex@users.noreply.github.com>
|
2022-09-06 04:38:29 +00:00 |
|
Piotr Mikulski
|
79cf41297a
|
Imrpove unwrap_or_else_default
|
2021-12-23 19:16:05 -08:00 |
|
Jade
|
11ef04728c
|
Add unwrap_or_else_default lint
This will catch `unwrap_or_else(Default::default)` on Result and Option
and suggest `unwrap_or_default()` instead.
|
2021-08-10 14:40:26 -07:00 |
|