about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-02-28 14:11:15 +0100
committerMichael Woerister <michaelwoerister@posteo>2018-03-05 11:05:01 +0100
commit93625f12e080ac85f5a7a712a316847a891c1d07 (patch)
tree03b1a99ea356ab965646579c28a2e8941095cfa3
parent17b72bc1ea13256753d57a58f22ac79af6163188 (diff)
downloadrust-93625f12e080ac85f5a7a712a316847a891c1d07.tar.gz
rust-93625f12e080ac85f5a7a712a316847a891c1d07.zip
Fix some merge fallout.
-rw-r--r--src/librustc/session/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/mod.rs b/src/librustc/session/mod.rs
index f6da4b55301..5e9eeb97300 100644
--- a/src/librustc/session/mod.rs
+++ b/src/librustc/session/mod.rs
@@ -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]