Skip to content

Commit 19c2470

Browse files
morrisonleviclaude
andcommitted
fix(library-config): import std::io in tests submodule
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 67cc62f commit 19c2470

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libdd-library-config/src/otel_process_ctx.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ pub mod linux {
627627
#[cfg(test)]
628628
#[serial_test::serial]
629629
mod tests {
630+
use std::io;
630631
use std::sync::atomic::Ordering;
631632

632633
use super::MappingHeader;

0 commit comments

Comments
 (0)