Skip to content

Commit e64b544

Browse files
authored
Update mod.rs
1 parent 8e2b1ae commit e64b544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/trace/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ use std::sync::PoisonError;
191191

192192
// TODO - Move ExportError and TraceError to opentelemetry-sdk
193193

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

0 commit comments

Comments
 (0)