Skip to content

Commit

Permalink
Fix some merge fallout.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Mar 5, 2018
1 parent 17b72bc commit 93625f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ impl Session {
self.opts.debugging_opts.print_llvm_passes
}

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

0 comments on commit 93625f1

Please sign in to comment.