mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-03-02 06:17:31 +00:00
manual-strip: Fix formatting
This commit is contained in:
parent
ecbe9ac0e9
commit
79a0e5110a
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ fn len_arg<'tcx>(cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>) -> Option<&'tcx E
|
|||
if match_def_path(cx, method_def_id, &paths::STR_LEN);
|
||||
then {
|
||||
Some(arg)
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue