about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2019-12-29 14:41:39 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2019-12-30 11:45:59 +0100
commit5ed625a86eac34988d7a25e0cc98bf737d65603d (patch)
tree5babff3cf55eabceebe2f422a9a9848dd7b711dd
parent176efc432363d544ce86082fa0e29eb9b3a22e4d (diff)
downloadrust-5ed625a86eac34988d7a25e0cc98bf737d65603d.tar.gz
rust-5ed625a86eac34988d7a25e0cc98bf737d65603d.zip
Outdated comment.
-rw-r--r--src/librustc/middle/region.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/middle/region.rs b/src/librustc/middle/region.rs
index 7f9c4aec3e3..a4c489735a9 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,