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 3710976 commit 45272b6Copy full SHA for 45272b6
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