We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976bf60 commit eace555Copy full SHA for eace555
opentelemetry-appender-tracing/benches/logs.rs
@@ -62,7 +62,7 @@ impl LogProcessor for NoopProcessor {
62
Ok(())
63
}
64
65
- fn shutdown(&mut self) -> LogResult<()> {
+ fn shutdown(&self) -> LogResult<()> {
66
67
68
0 commit comments