Skip to content

Commit fd87cdb

Browse files
committed
Run fmt
1 parent 01bba2c commit fd87cdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clippy_lints/src/functions.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ impl<'tcx> LateLintPass<'tcx> for Functions {
294294
let body = cx.tcx.hir().body(eid);
295295
Self::check_raw_ptr(cx, sig.header.unsafety, &sig.decl, body, item.hir_id);
296296

297-
if attr.is_none() && cx.access_levels.is_exported(item.hir_id) && !is_proc_macro(cx.sess(), &item.attrs) {
297+
if attr.is_none() && cx.access_levels.is_exported(item.hir_id) && !is_proc_macro(cx.sess(), &item.attrs)
298+
{
298299
check_must_use_candidate(
299300
cx,
300301
&sig.decl,

0 commit comments

Comments
 (0)