fix path to region inference documentation

This commit is contained in:
Benjamin Peterson 2016-01-18 20:24:13 -08:00
parent 7a7307e5cf
commit 0a7faeeae9

View file

@ -14,7 +14,7 @@
//! region parameterized.
//!
//! Most of the documentation on regions can be found in
//! `middle/typeck/infer/region_inference.rs`
//! `middle/infer/region_inference/README.md`
use front::map as ast_map;
use session::Session;