-
Notifications
You must be signed in to change notification settings - Fork 55
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 clippy 1.84 linting errors #3742
Conversation
Signed-off-by: Bryan Gurney <[email protected]>
Signed-off-by: Bryan Gurney <[email protected]>
Signed-off-by: Bryan Gurney <[email protected]>
src/dbus_api/tree.rs
Outdated
@@ -298,7 +298,8 @@ impl DbusTreeHandler { | |||
opath | |||
.get_data() | |||
.as_ref() | |||
.map_or(false, |op_cxt| op_cxt.parent == item) | |||
.as_ref() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect the second as_ref()
was unintentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops; I had a "make fmt" fix to make on that line, after this, so it probably masked this. Fixed now.
Signed-off-by: Bryan Gurney <[email protected]>
92276b7
to
66d3066
Compare
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
1 similar comment
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
Packit is having some coordination problems. Given the unsuspicious nature of this PR + all non-TMT tests passing, I'll merge. |
Related: stratis-storage/project#747