]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison
authorMazdak Farrokhzad <twingoow@gmail.com>
Tue, 10 Mar 2020 05:47:47 +0000 (06:47 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 05:47:47 +0000 (06:47 +0100)
commit61150353bf9cc415f4554a9b4851c14e4255329f
treeeb84a327d210ce8ec7bbfbaa91d369efd56b8c8a
parent5b08aad6d9630299d9fdc06fdd4d00c79d2eedd6
parent13c6d5819aae3c0de6a90e7f17ea967bf4487cbb
Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison

Remove spotlight

I had a few comments saying that this feature was at best misunderstood or not even used so I decided to organize a poll about on [twitter](https://twitter.com/imperioworld_/status/1232769353503956994). After 87 votes, the result is very clear: it's not useful. Considering the amount of code we have just to run it, I think it's definitely worth it to remove it.

r? @kinnison

cc @ollie27
12 files changed:
src/doc/rustdoc/src/unstable-features.md
src/libcore/iter/traits/iterator.rs
src/libcore/lib.rs
src/librustc_ast_passes/feature_gate.rs
src/librustc_feature/active.rs
src/librustc_span/symbol.rs
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/clean/types.rs
src/librustdoc/html/render.rs
src/libstd/io/mod.rs
src/libstd/lib.rs