Skip to content

Commit

Permalink
Delete stray ` character in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
solson committed Sep 11, 2016
1 parent 1fca1ab commit 6b99e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ impl<'a, 'tcx> ImproperCTypesVisitor<'a, 'tcx> {

ty::TyTuple(_) => {
FfiUnsafe("found Rust tuple type in foreign module; \
consider using a struct instead`")
consider using a struct instead")
}

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

0 comments on commit 6b99e01

Please sign in to comment.