mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Clippy
This commit is contained in:
parent
731b159f10
commit
3688064ff5
11 changed files with 17 additions and 44 deletions
|
@ -625,13 +625,6 @@ pub(crate) fn query_group(args: TokenStream, input: TokenStream) -> TokenStream
|
|||
}
|
||||
// ANCHOR_END:group_storage_methods
|
||||
});
|
||||
|
||||
if std::env::var("SALSA_DUMP").is_ok() {
|
||||
println!("~~~ query_group");
|
||||
println!("{}", output);
|
||||
println!("~~~ query_group");
|
||||
}
|
||||
|
||||
output.into()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue