diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2019-01-13 22:29:52 -0500 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2019-02-01 09:43:56 -0500 |
| commit | d60214cdf7bea6955d5c3a0bb905022bdae1b232 (patch) | |
| tree | 8efffd67d0c76416ecc92d24b4b7ccd97b62381b /src/librustc/session | |
| parent | 12f9b796ff9a551d540390647043f4bcd1728838 (diff) | |
| download | rust-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.rs | 2 |
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()); |
