Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed May 24, 2023
1 parent ecd5397 commit 035a740
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 @@ -19,9 +19,6 @@ use std::collections::hash_map::RandomState;
/// Describe the result of operations in log SDK.
pub type LogResult<T> = Result<T, LogError>;

/// re-export OrderMap to mitigate breaking change
pub type OrderMap<K, V, S = RandomState> = crate::order_map::OrderMap<K, V, S>;

#[derive(Error, Debug)]
#[non_exhaustive]
/// Errors returned by the log SDK.
Expand Down

0 comments on commit 035a740

Please sign in to comment.