]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_type_ir/src/fold.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_type_ir / src / fold.rs
index ee4ef57c38f110c311011c827467bd348e2003c3..3a053d4c6a997da7434fb893353cafac17831cfb 100644 (file)
@@ -18,7 +18,7 @@
 //!     It defines a "skeleton" of how they should be folded.
 //! - `TypeSuperFoldable`. This is implemented only for each type of interest,
 //!   and defines the folding "skeleton" for these types.
-//! - `TypeFolder`/`FallibleTypeFolder. One of these is implemented for each
+//! - `TypeFolder`/`FallibleTypeFolder`. One of these is implemented for each
 //!   folder. This defines how types of interest are folded.
 //!
 //! This means each fold is a mixture of (a) generic folding operations, and (b)