Skip to content

Commit 948ed24

Browse files
committed
fix tidy error
1 parent a174f2a commit 948ed24

File tree

1 file changed

+2
-1
lines changed
  • src/librustc_typeck/check

1 file changed

+2
-1
lines changed

src/librustc_typeck/check/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,8 @@ fn check_fn<'a, 'gcx, 'tcx>(inherited: &'a Inherited<'a, 'gcx, 'tcx>,
11671167
if !generics.params.is_empty() {
11681168
fcx.tcx.sess.span_err(
11691169
span,
1170-
"`#[panic_implementation]` function should have no type parameters",
1170+
"`#[panic_implementation]` function should have no type \
1171+
parameters",
11711172
);
11721173
}
11731174
}

0 commit comments

Comments
 (0)