]> git.lizzy.rs Git - rust.git/commitdiff
Delete stray ` character in error message.
authorScott Olson <scott@solson.me>
Sun, 11 Sep 2016 22:45:49 +0000 (16:45 -0600)
committerScott Olson <scott@solson.me>
Sun, 11 Sep 2016 22:45:49 +0000 (16:45 -0600)
src/librustc_lint/types.rs

index a6049acdb10d431e75bf87d130915c23644c907e..e8d9e90456efc65d6e4228e53625eaddd36944a9 100644 (file)
@@ -569,7 +569,7 @@ fn check_type_for_ffi(&self,
 
             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) => {