Skip to content

Commit 986dd07

Browse files
committed
doc comment reword
1 parent d01e22e commit 986dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ pub fn phase_2_configure_and_expand<F>(sess: &Session,
780780
hir_map::Forest::new(hir_crate, &sess.dep_graph)
781781
});
782782

783-
// Discard hygiene data, which isn't required past lowering to HIR.
783+
// Discard hygiene data, which isn't required after lowering to HIR.
784784
if !keep_hygiene_data(sess) {
785785
syntax::ext::hygiene::reset_hygiene_data();
786786
}

0 commit comments

Comments
 (0)