Outdated comment.

This commit is contained in:
Camille GILLOT 2019-12-29 14:41:39 +01:00
parent 176efc4323
commit 5ed625a86e
1 changed files with 1 additions and 1 deletions

View File

@ -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,