Skip to content

Commit 8289ccd

Browse files
author
GueLaKais
committed
rust doesn't provide rustdoc comments for extern block
1 parent 21f801e commit 8289ccd

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

0 commit comments

Comments
 (0)