mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 12:56:33 +00:00
fix cargo fmt
This commit is contained in:
parent
e0febd904a
commit
10d14f0131
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue