Skip to content

Commit

Permalink
Allow complex type in method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 27, 2023
1 parent 006ed7e commit 7a0ba8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query-engine/core/src/telemetry/capturing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ pub fn capturer(trace_id: trace::TraceId, settings: Settings) -> Capturer {

/// Adds a capturing layer to the given subscriber and installs the transformed subscriber as the
/// global, default subscriber
#[allow(clippy::type_complexity)]
pub fn install_capturing_layer(
subscriber: Layered<Option<MetricRegistry>, Layered<Box<dyn Layer<Registry> + Send + Sync>, Registry>>,
log_queries: bool,
Expand Down

0 comments on commit 7a0ba8b

Please sign in to comment.