r2r_macros: Remove TODO

The code is already merged, so renaming makes little sense.
This commit is contained in:
Michal Sojka 2023-09-26 18:00:38 +02:00 committed by Martin Dahl
parent 804bae7866
commit c12a6fdb76
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use syn::{parse_macro_input, Data, DeriveInput, Fields};
extern crate proc_macro;
// TODO: Should this be called R2RParams? Or R2rParams?
/// Derives RosParams trait for a structure to use it with
/// `r2r::Node::make_derived_parameter_handler()`.
#[proc_macro_derive(RosParams)]