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 90e8374 commit 0556363Copy full SHA for 0556363
opentelemetry-sdk/src/logs/in_memory_exporter.rs
@@ -132,7 +132,6 @@ impl InMemoryLogExporterBuilder {
132
133
/// If set, the records will not be [`InMemoryLogExporter::reset`] on shutdown.
134
#[cfg(test)]
135
- #[allow(dead_code)]
136
pub(crate) fn keep_records_on_shutdown(self) -> Self {
137
Self {
138
reset_on_shutdown: false,
0 commit comments