Skip to content

Commit 2905fff

Browse files
committed
Run cargo dev fmt
1 parent 7bcf40a commit 2905fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ pub fn is_slice_of_primitives(cx: &LateContext<'_>, expr: &Expr<'_>) -> Option<S
14321432
} else {
14331433
unreachable!()
14341434
}
1435-
}
1435+
},
14361436
_ => false,
14371437
};
14381438

0 commit comments

Comments
 (0)