Skip to content

Commit e7e879d

Browse files
authored
Update mod.rs
1 parent 11e6acb commit e7e879d

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/export

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/export/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub mod logs;
88
#[cfg_attr(docsrs, doc(cfg(feature = "trace")))]
99
pub mod trace;
1010

11-
/// Marker trait for errors returned by exporters
11+
/// Trait for errors returned by exporters
1212
pub trait ExportError: std::error::Error + Send + Sync + 'static {
1313
/// The name of exporter that returned this error
1414
fn exporter_name(&self) -> &'static str;

0 commit comments

Comments
 (0)