Skip to content

Commit 0a7faee

Browse files
committed
fix path to region inference documentation
1 parent 7a7307e commit 0a7faee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/region.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//! region parameterized.
1515
//!
1616
//! Most of the documentation on regions can be found in
17-
//! `middle/typeck/infer/region_inference.rs`
17+
//! `middle/infer/region_inference/README.md`
1818
1919
use front::map as ast_map;
2020
use session::Session;

0 commit comments

Comments
 (0)