Skip to content

Commit b119b4d

Browse files
authored
Fix CI lint error from new stable toolchain v1.83 (open-telemetry#2370)
1 parent 70b1c27 commit b119b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl<'a, LR: LogRecord> EventVisitor<'a, LR> {
6969
}
7070
}
7171

72-
impl<'a, LR: LogRecord> tracing::field::Visit for EventVisitor<'a, LR> {
72+
impl<LR: LogRecord> tracing::field::Visit for EventVisitor<'_, LR> {
7373
fn record_debug(&mut self, field: &tracing::field::Field, value: &dyn std::fmt::Debug) {
7474
#[cfg(feature = "experimental_metadata_attributes")]
7575
if is_duplicated_metadata(field.name()) {

0 commit comments

Comments
 (0)