Skip to content

Commit 6b99e01

Browse files
committed
Delete stray ` character in error message.
1 parent 1fca1ab commit 6b99e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ impl<'a, 'tcx> ImproperCTypesVisitor<'a, 'tcx> {
569569

570570
ty::TyTuple(_) => {
571571
FfiUnsafe("found Rust tuple type in foreign module; \
572-
consider using a struct instead`")
572+
consider using a struct instead")
573573
}
574574

575575
ty::TyRawPtr(ref m) | ty::TyRef(_, ref m) => {

0 commit comments

Comments
 (0)