Skip to content

Commit

Permalink
r2r_macros: Remove TODO
Browse files Browse the repository at this point in the history
The code is already merged, so renaming makes little sense.
  • Loading branch information
wentasah committed Sep 26, 2023
1 parent f0d4da3 commit f6bb388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion r2r_macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit f6bb388

Please sign in to comment.