We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0febd9 commit 10d14f0Copy full SHA for 10d14f0
components/salsa-macros/src/interned.rs
@@ -2,7 +2,8 @@ use crate::{
2
db_lifetime,
3
hygiene::Hygiene,
4
options::Options,
5
- salsa_struct::{SalsaStruct, SalsaStructAllowedOptions}, token_stream_with_error,
+ salsa_struct::{SalsaStruct, SalsaStructAllowedOptions},
6
+ token_stream_with_error,
7
};
8
use proc_macro2::TokenStream;
9
0 commit comments