dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.35k stars 68 forks source link

Simple warning fixes #477

Closed Michael-J-Ward closed 2 months ago

Michael-J-Ward commented 2 months ago

clippy lights up my editor with warnings. Here are a few of the simple fixes.

If you want, I can address the rest sans the unsafe function's docs miss #Safety section warnings.

phil-opp commented 2 months ago

This is useful, thanks!

If you want, I can address the rest sans the unsafe function's docs miss #Safety section warnings.

That would be great! I think we can silence the "missing Safety section" warnings for now.