Skip to content

Commit b38acdb

Browse files
author
GueLaKais
committed
Added Commentary to a trait implementation
1 parent d4247d9 commit b38acdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rosidl_runtime_rs/src/sequence.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ impl Display for SequenceExceedsBoundsError {
489489
)
490490
}
491491
}
492+
/// Implements the `std::error::Error` trait for the `SequenceExceedsBoundsError` struct.
492493
impl std::error::Error for SequenceExceedsBoundsError {}
493494

494495
macro_rules! impl_sequence_alloc_for_primitive_type {

0 commit comments

Comments
 (0)