Skip to content

Commit 738baa7

Browse files
spastorinooli-obk
andauthored
Update src/librustc/ty/mod.rs
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
1 parent 6acdea4 commit 738baa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ impl<'tcx> rustc_serialize::UseSpecializedDecodable for Ty<'tcx> {}
600600
pub type CanonicalTy<'tcx> = Canonical<'tcx, Ty<'tcx>>;
601601

602602
extern {
603-
/// A dummy type used to force List to be unsized while not requiring references to it be wide
603+
/// A dummy type used to force `List` to be unsized while not requiring references to it be wide
604604
/// pointers.
605605
type OpaqueListContents;
606606
}

0 commit comments

Comments
 (0)