Skip to content

Commit 56b0001

Browse files
author
GueLaKais
committed
rust doesn't provide rustdoc comments for extern block
1 parent 37a466b commit 56b0001

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
@@ -540,7 +540,7 @@ impl std::error::Error for SequenceExceedsBoundsError {}
540540
/// * `$copy_func:ident` - The name of the extern "C" function used to copy a sequence.
541541
macro_rules! impl_sequence_alloc_for_primitive_type {
542542
($rust_type:ty, $init_func:ident, $fini_func:ident, $copy_func:ident) => {
543-
/// Provides default implementations for SequenceAlloc for primitive types.
543+
// Provides default implementations for SequenceAlloc for primitive types.
544544
#[link(name = "rosidl_runtime_c")]
545545
extern "C" {
546546
fn $init_func(seq: *mut Sequence<$rust_type>, size: usize) -> bool;

0 commit comments

Comments
 (0)