Fix clippy lints in proc-macro-srv

This commit is contained in:
Lukas Wirth 2024-12-12 13:30:42 +01:00
parent c9314d4aff
commit 8a86fa01ac
6 changed files with 12 additions and 11 deletions

View file

@ -69,7 +69,7 @@ fn run() -> io::Result<()> {
let write_response = |msg: msg::Response| msg.write(write_json, &mut io::stdout().lock());
let env = EnvSnapshot::new();
let env = EnvSnapshot::default();
let mut srv = proc_macro_srv::ProcMacroSrv::new(&env);
let mut buf = String::new();