mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
Fix one clippy::unneeded_unwrap warning
This commit is contained in:
@@ -135,8 +135,8 @@ impl Simplify {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if l_lastQuotedLine_0.is_some() {
|
if let Some(last_quoted_line) = l_lastQuotedLine_0 {
|
||||||
l_first = l_lastQuotedLine_0.unwrap() + 1;
|
l_first = last_quoted_line + 1;
|
||||||
is_cut_at_begin = true
|
is_cut_at_begin = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user