Skip to content

Commit 92fff0c

Browse files
gruebellalitbcijothomas
authored
chore: enable Rust 2024 edition lints (open-telemetry#2728)
Co-authored-by: Lalit Kumar Bhasin <[email protected]> Co-authored-by: Cijo Thomas <[email protected]>
1 parent c0893b7 commit 92fff0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ mod tests {
245245
.any(|(k, v)| k == key && v == value)
246246
}
247247

248+
#[allow(impl_trait_overcaptures)] // can only be fixed with Rust 1.82+
248249
fn create_tracing_subscriber(
249250
_exporter: InMemoryLogExporter,
250251
logger_provider: &SdkLoggerProvider,

0 commit comments

Comments
 (0)