Auto merge of #17520 - Veykril:slim-proc-macro-api, r=Veykril

internal: Cleanup proc-macro-srv some more
This commit is contained in:
bors 2024-06-30 15:12:50 +00:00
commit ea7fdada6a
53 changed files with 352 additions and 349 deletions

View file

@ -23,8 +23,6 @@
//! There are also a couple of ad-hoc diagnostics implemented directly here, we
//! don't yet have a great pattern for how to do them properly.
#![warn(rust_2018_idioms, unused_lifetimes)]
mod handlers {
pub(crate) mod break_outside_of_loop;
pub(crate) mod expected_function;