You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow rustdoc to run without a ROS distribution (#347)
* Allow rustdoc to run without a ROS distribution
* Extensions to get working
* Fail if generate_docs feature is not enabled and ROS_DISTRO is not set
* Fix formatting
* Fix formatting
* Make clippy slightly less unhappy
* Do not run clippy for all features if checking rclrs
* Clean up rcl_bindings.rs
* Fix comparison
* Avoid warnings for rosidl_runtime_rs
* Avoid running cargo test with all features for rclrs
* Ignore rosidl_runtime_rs for cargo test
* rosidl_runtime_rs does not have a dyn_msg feature
* Add comment about the generate_docs feature
---------
Co-authored-by: carter <[email protected]>
0 commit comments