fix cargo fmt

This commit is contained in:
Jake 2024-10-24 16:47:44 -07:00
parent e0febd904a
commit 10d14f0131
No known key found for this signature in database

View file

@ -2,7 +2,8 @@ use crate::{
db_lifetime,
hygiene::Hygiene,
options::Options,
salsa_struct::{SalsaStruct, SalsaStructAllowedOptions}, token_stream_with_error,
salsa_struct::{SalsaStruct, SalsaStructAllowedOptions},
token_stream_with_error,
};
use proc_macro2::TokenStream;