Skip to content

Commit 632d584

Browse files
awaitlinkwikku
andauthored
Update src/librustc/ty/fold.rs
Co-Authored-By: wiktorkuchta <[email protected]>
1 parent 190d139 commit 632d584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/fold.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pub trait TypeFoldable<'tcx>: fmt::Debug + Clone {
110110
self.has_type_flags(TypeFlags::HAS_FREE_REGIONS)
111111
}
112112

113-
/// True if there any un-erased free regions.
113+
/// True if there are any un-erased free regions.
114114
fn has_erasable_regions(&self) -> bool {
115115
self.has_type_flags(TypeFlags::HAS_FREE_REGIONS)
116116
}

0 commit comments

Comments
 (0)