chore: Remove unused dependencies

This commit is contained in:
Lukas Wirth 2025-03-23 07:45:29 +01:00
parent 3bf18d4eba
commit d4122434dd
23 changed files with 45 additions and 96 deletions

View file

@ -1,6 +1,7 @@
//! A standalone binary for `proc-macro-srv`.
//! Driver for proc macro server
#![cfg_attr(feature = "in-rust-tree", feature(rustc_private))]
#![cfg_attr(not(feature = "sysroot-abi"), allow(unused_crate_dependencies))]
#![allow(clippy::print_stderr)]
#[cfg(feature = "in-rust-tree")]