We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad5292 commit 32baf23Copy full SHA for 32baf23
compiler/rustc_middle/src/ty/inhabitedness/def_id_forest.rs
@@ -17,7 +17,7 @@ pub struct DefIdForest {
17
/// If A and B are DefIds in the `DefIdForest`, and A is a descendant
18
/// of B, then only B will be in `root_ids`.
19
/// We use a `SmallVec` here because (for its use for caching inhabitedness)
20
- /// its rare that this will contain even two IDs.
+ /// it's rare that this will contain even two IDs.
21
root_ids: SmallVec<[DefId; 1]>,
22
}
23
0 commit comments