about summary refs log tree commit diff
path: root/src/librustc/session
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2019-01-13 22:29:52 -0500
committerAaron Hill <aa1ronham@gmail.com>2019-02-01 09:43:56 -0500
commitd60214cdf7bea6955d5c3a0bb905022bdae1b232 (patch)
tree8efffd67d0c76416ecc92d24b4b7ccd97b62381b /src/librustc/session
parent12f9b796ff9a551d540390647043f4bcd1728838 (diff)
downloadrust-d60214cdf7bea6955d5c3a0bb905022bdae1b232.tar.gz
rust-d60214cdf7bea6955d5c3a0bb905022bdae1b232.zip
Clippy fixes, rename stuff to match RFC
Diffstat (limited to 'src/librustc/session')
-rw-r--r--src/librustc/session/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs
index 16d3d332e40..635ac6dcc48 100644
--- a/src/librustc/session/config.rs
+++ b/src/librustc/session/config.rs
@@ -1928,7 +1928,7 @@ pub fn build_session_options_and_crate_config(
     let mut extern_public: FxHashSet<String> = matches.opt_strs("extern-public").
         iter().cloned().collect();
 
-    // TODO - come up with a better way of handling this
+    // FIXME - come up with a better way of handling this
     extern_public.insert("core".to_string());
     extern_public.insert("std".to_string());