Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed May 25, 2023
1 parent 035a740 commit f3096b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opentelemetry-api/src/logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ pub use logger::{Logger, LoggerProvider};
pub use noop::NoopLoggerProvider;
pub use record::{AnyValue, LogRecord, LogRecordBuilder, Severity, TraceContext};

use std::collections::hash_map::RandomState;


/// Describe the result of operations in log SDK.
pub type LogResult<T> = Result<T, LogError>;

Expand Down

0 comments on commit f3096b1

Please sign in to comment.