Skip to content

Commit b4ce007

Browse files
committed
Fix a typo
1 parent e48d452 commit b4ce007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/region.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//! the parent links in the region hierarchy.
1313
//!
1414
//! Most of the documentation on regions can be found in
15-
//! `middle/infer/region_constraints/README.md`
15+
//! `librustc/infer/region_constraints/README.md`
1616
1717
use ich::{StableHashingContext, NodeIdHashingMode};
1818
use util::nodemap::{FxHashMap, FxHashSet};

0 commit comments

Comments
 (0)