Clippy clean

This commit is contained in:
Sunli 2020-08-31 15:40:44 +08:00
parent 78d3885a67
commit 0c4f8e5c16

View File

@ -16,6 +16,7 @@ pub struct Tracing {
}
impl Extension for Tracing {
#[allow(clippy::deref_addrof)]
fn parse_start(&mut self, query_source: &str, variables: &Variables) {
let root_span: tracing::Span = span!(
target: "async_graphql::graphql",