Skip to content

Commit 173ccbc

Browse files
committed
chore: remove dead code allow (impl complete)
1 parent f4e473e commit 173ccbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • libdd-trace-utils/src/change_buffer

libdd-trace-utils/src/change_buffer/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//!
1212
//! The change buffer is currently designed and used for dd-trace-js, but the idea could be extended
1313
//! to other runtime where the FFI cost is high.
14-
#![allow(dead_code)]
1514
1615
/// Errors that can occur when operating on a [`ChangeBuffer`] or [`ChangeBufferState`].
1716
#[derive(Debug)]

0 commit comments

Comments
 (0)