Skip to content

Commit fcf1ca3

Browse files
Copilotlalitb
andauthored
fix: Fix mismatched-lifetime-syntaxes lint error in ProcessorBuilder (#425)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: lalitb <[email protected]>
1 parent 46b18fb commit fcf1ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-user-events-logs/src/logs/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ where
3636

3737
impl Processor<DefaultEventNameCallback> {
3838
/// Creates a builder for configuring a user_events Processor
39-
pub fn builder(provider_name: &str) -> ProcessorBuilder {
39+
pub fn builder(provider_name: &str) -> ProcessorBuilder<'_> {
4040
ProcessorBuilder::new(provider_name)
4141
}
4242
}

0 commit comments

Comments
 (0)