Skip to content

Commit 1baa9d2

Browse files
author
GueLaKais
committed
rust doesn't provide rustdoc comments for extern block
1 parent a0a8717 commit 1baa9d2

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

0 commit comments

Comments
 (0)