Skip to content

Commit

Permalink
Update src/librustc/ty/fold.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: wiktorkuchta <35867657+wiktorkuchta@users.noreply.github.com>
  • Loading branch information
awaitlink and wikku committed Jan 4, 2019
1 parent 190d139 commit 632d584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/fold.rs
Expand Up @@ -110,7 +110,7 @@ pub trait TypeFoldable<'tcx>: fmt::Debug + Clone {
self.has_type_flags(TypeFlags::HAS_FREE_REGIONS)
}

/// True if there any un-erased free regions.
/// True if there are any un-erased free regions.
fn has_erasable_regions(&self) -> bool {
self.has_type_flags(TypeFlags::HAS_FREE_REGIONS)
}
Expand Down

0 comments on commit 632d584

Please sign in to comment.