Auto merge of #3723 - king6cong:doc, r=alexcrichton

remove legacy doc
This commit is contained in:
bors 2017-02-18 06:21:39 +00:00
commit 56083a3362

View file

@ -522,7 +522,6 @@ pub fn prepare_init(cx: &mut Context, unit: &Unit) -> CargoResult<()> {
Ok(())
}
/// Returns the (old, new) location for the dep info file of a target.
pub fn dep_info_loc(cx: &mut Context, unit: &Unit) -> PathBuf {
cx.fingerprint_dir(unit).join(&format!("dep-{}", filename(cx, unit)))
}