Skip to content

Commit 93625f1

Browse files
Fix some merge fallout.
1 parent 17b72bc commit 93625f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ impl Session {
458458
self.opts.debugging_opts.print_llvm_passes
459459
}
460460

461-
/// Get the features enabled for the current compilation session. Do not use
461+
/// Get the features enabled for the current compilation session.
462462
/// DO NOT USE THIS METHOD if there is a TyCtxt available, as it circumvents
463463
/// dependency tracking. Use tcx.features() instead.
464464
#[inline]

0 commit comments

Comments
 (0)