Skip to content

Commit ac57bb3

Browse files
committed
rustc: Word a comment more clearly in region.rs
1 parent afa046a commit ac57bb3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/rustc/middle/region.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ type binding = {
2828
};
2929

3030
type region_map = {
31-
/*
32-
* Mapping from blocks and function expression to their parent block or
33-
* function expression.
34-
*/
31+
/* Mapping from a block/function expression to its parent. */
3532
parents: hashmap<ast::node_id,ast::node_id>,
3633
/* Mapping from a region type in the AST to its resolved region. */
3734
ast_type_to_region: hashmap<ast::node_id,ty::region>,

0 commit comments

Comments
 (0)