doc comment reword

This commit is contained in:
king6cong 2017-01-30 10:12:10 +08:00
parent d01e22e53f
commit 986dd077ea

View File

@ -780,7 +780,7 @@ pub fn phase_2_configure_and_expand<F>(sess: &Session,
hir_map::Forest::new(hir_crate, &sess.dep_graph)
});
// Discard hygiene data, which isn't required past lowering to HIR.
// Discard hygiene data, which isn't required after lowering to HIR.
if !keep_hygiene_data(sess) {
syntax::ext::hygiene::reset_hygiene_data();
}