diff --git a/src/librustc/middle/region.rs b/src/librustc/middle/region.rs index 7f9c4aec3e37e..a4c489735a96d 100644 --- a/src/librustc/middle/region.rs +++ b/src/librustc/middle/region.rs @@ -1,4 +1,4 @@ -//! This file builds up the `ScopeTree`, which describes +//! This file declares the `ScopeTree` type, which describes //! the parent links in the region hierarchy. //! //! For more information about how MIR-based region-checking works,