-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIx Cargo Clippy Warnings #430
Comments
…ryx2 * the change is done by running 'cargo clippy --fix --lib -p iceoryx2'
@xieyuschen Thanks for opening the issue. Could you share the |
@elfenpiff only put a part of the output of
|
…ryx2 * the change is done by running 'cargo clippy --fix --lib -p iceoryx2'
@xieyuschen Thanks, you reminded me that I need to call |
…ryx2 * the change is done by running 'cargo clippy --fix --lib -p iceoryx2'
[#430] Fix clippy single match warning in package iceoryx2
Currently,
cargo clippy
under the root returns many warnings about the project, I propose we can follow the suggestions from rust clippy and resolve them.Many comments violate the first doc comment paragraph is too long rules because they don't have a short and brief introduction as the first doc comment.
I plan to fix them gradually, on the way of learning and understanding more about iceoryx2 codebase. Moreover, I will try to put the doc fixing in separated PRs for better reviewing(it may take efforts for reviewing because of the in-accurate statements).
The text was updated successfully, but these errors were encountered: