mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-12 08:52:07 +00:00
cargo fmt
This commit is contained in:
parent
87f837cec7
commit
7535bb4661
571 changed files with 2210 additions and 2458 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! The IR of the `#[query_group]` macro.
|
||||
|
||||
use quote::{format_ident, quote, ToTokens};
|
||||
use syn::{parse_quote, FnArg, Ident, PatType, Path, Receiver, ReturnType, Type};
|
||||
use quote::{ToTokens, format_ident, quote};
|
||||
use syn::{FnArg, Ident, PatType, Path, Receiver, ReturnType, Type, parse_quote};
|
||||
|
||||
pub(crate) struct TrackedQuery {
|
||||
pub(crate) trait_name: Ident,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue