Skip to content

Commit

Permalink
Rollup merge of rust-lang#36405 - solson:typo, r=eddyb
Browse files Browse the repository at this point in the history
Delete stray ` character in error message.
  • Loading branch information
Manishearth authored Sep 15, 2016
2 parents 7268501 + 6b99e01 commit ebef6ad
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 ebef6ad

Please sign in to comment.