mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
manual-strip: Fix formatting
This commit is contained in:
parent
ecbe9ac0e9
commit
79a0e5110a
@ -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…
Reference in New Issue
Block a user