Skip to content

Commit 0556363

Browse files
committed
unwanted dead_code
1 parent 90e8374 commit 0556363

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-sdk/src/logs/in_memory_exporter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ impl InMemoryLogExporterBuilder {
132132

133133
/// If set, the records will not be [`InMemoryLogExporter::reset`] on shutdown.
134134
#[cfg(test)]
135-
#[allow(dead_code)]
136135
pub(crate) fn keep_records_on_shutdown(self) -> Self {
137136
Self {
138137
reset_on_shutdown: false,

0 commit comments

Comments
 (0)