summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2019-10-01 13:03:33 -0300
committerGitHub <noreply@github.com>2019-10-01 13:03:33 -0300
commit738baa734b41b171514280dd0772398a70628083 (patch)
tree562c0644b290415265852cab12200047c3341ffd
parent6acdea433647b93b91ab9075c1be8ee869d20bbc (diff)
downloadrust-spastorino-patch-1.tar.gz
Update src/librustc/ty/mod.rsspastorino-patch-1
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
-rw-r--r--src/librustc/ty/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs
index c0ec2b1cd5a..d2dc07374ed 100644
--- a/src/librustc/ty/mod.rs
+++ b/src/librustc/ty/mod.rs
@@ -600,7 +600,7 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;
extern {
- /// A dummy type used to force List to be unsized while not requiring references to it be wide
+ /// A dummy type used to force `List` to be unsized while not requiring references to it be wide
/// pointers.
type OpaqueListContents;
}