Skip to content

Commit

Permalink
Make LogData constructible by removing #[non_exhaustive], fixes #1217 (
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB authored Aug 23, 2023
1 parent 495330f commit a3e0ab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opentelemetry-sdk/src/export/logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pub trait LogExporter: Send + Debug {
/// `LogData` associates a [`LogRecord`] with a [`Resource`] and
/// [`InstrumentationLibrary`].
#[derive(Debug)]
#[non_exhaustive]
pub struct LogData {
/// Log record
pub record: LogRecord,
Expand Down

0 comments on commit a3e0ab6

Please sign in to comment.