Skip to content

Commit

Permalink
Fix warnings for unused imports (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
  • Loading branch information
djc and cijothomas authored May 24, 2024
1 parent d3b9a6e commit b30b6b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-resource-detectors/src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use opentelemetry::KeyValue;
use opentelemetry_sdk::resource::ResourceDetector;
use opentelemetry_sdk::Resource;
use std::env::consts::ARCH;
#[cfg(target_os = "linux")]
use std::fs::read_to_string;
#[cfg(target_os = "linux")]
use std::path::Path;
use std::time::Duration;

Expand Down

0 comments on commit b30b6b3

Please sign in to comment.