Skip to content

Commit aea8736

Browse files
committed
rustc: Fix long line
1 parent 07b4c80 commit aea8736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/region.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type region_map = {
3636
local_blocks: hashmap<ast::node_id,ast::node_id>,
3737
/* Mapping from a region name to its function. */
3838
region_name_to_fn: hashmap<ast::def_id,ast::node_id>,
39-
/* Mapping from an AST type node to the region that `&` resolves to in it. */
39+
/* Mapping from an AST type node to the region that `&` resolves to. */
4040
ast_type_to_inferred_region: hashmap<ast::node_id,ty::region>
4141
};
4242

0 commit comments

Comments
 (0)