Skip to content

Commit e98f289

Browse files
committed
Turn a module non-doc comment into a doc comment
1 parent 998753c commit e98f289

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

compiler/rustc_middle/src/ty/codec.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// This module contains some shared code for encoding and decoding various
2-
// things from the `ty` module, and in particular implements support for
3-
// "shorthands" which allow to have pointers back into the already encoded
4-
// stream instead of re-encoding the same thing twice.
5-
//
6-
// The functionality in here is shared between persisting to crate metadata and
7-
// persisting to incr. comp. caches.
1+
//! This module contains some shared code for encoding and decoding various
2+
//! things from the `ty` module, and in particular implements support for
3+
//! "shorthands" which allow to have pointers back into the already encoded
4+
//! stream instead of re-encoding the same thing twice.
5+
//!
6+
//! The functionality in here is shared between persisting to crate metadata and
7+
//! persisting to incr. comp. caches.
88
99
use crate::arena::ArenaAllocatable;
1010
use crate::infer::canonical::{CanonicalVarInfo, CanonicalVarInfos};

0 commit comments

Comments
 (0)