]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #65834 - Mark-Simulacrum:driver-clean, r=nikomatsakis
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 27 Oct 2019 15:46:55 +0000 (16:46 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 15:46:55 +0000 (16:46 +0100)
Remove lint callback from driver

This is leftover from a restructuring of lint registration for drivers; it should now happen via the register_lints field on Config rather than this function.

This is not used by anyone to my knowledge (including the compiler itself); it was introduced in an abandoned refactor in #65193.


Trivial merge