Skip to content

Commit 0155b07

Browse files
author
GueLaKais
committed
Fixes
1 parent ee73efc commit 0155b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosidl_runtime_rs/src/sequence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ where
476476
/// ```
477477
/// use rosidl_runtime_rs::Sequence;
478478
///
479-
/// let original = Sequence::new(6);
479+
/// let original: Sequence<usize> = Sequence::new(6);
480480
/// let cloned = original.clone();
481481
///
482482
/// ```

0 commit comments

Comments
 (0)