mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
Fix formatting
This commit is contained in:
parent
0c3084d009
commit
8e27ecd098
1 changed files with 1 additions and 1 deletions
|
@ -25,9 +25,9 @@
|
|||
//! * data method `impl Foo { fn data(&self, db: &dyn crate::Db) -> FooData { FooData { f: self.f(db), ... } } }`
|
||||
//! * this could be optimized, particularly for interned fields
|
||||
|
||||
use syn::spanned::Spanned;
|
||||
use heck::ToUpperCamelCase;
|
||||
use proc_macro2::{Ident, Literal, Span, TokenStream};
|
||||
use syn::spanned::Spanned;
|
||||
|
||||
use crate::{configuration, options::Options};
|
||||
|
||||
|
|
Loading…
Reference in a new issue