-
Notifications
You must be signed in to change notification settings - Fork 80
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
build: move needless_borrow lint allows to be global #722
Conversation
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'm OK with this but can you explain why you're adding this?
Isn't this covered by the usage of global lints in Cargo.toml
now?
Is this prep for another PR?
Hm no it looks like the global lints aren't covering it. I just noticed that clippy started complaining after https://github.com/containers/bootc/pull/703/files#diff-1b2f83403e0dae2d6172ad76c50e66039ec03402104f90900a29203790d21051R144 |
Looks like I can fix it globally by just adding it to the root Cargo.toml so I'll change this to do that instead. |
I'm not getting any errors from |
A new instance of this snuck in under xtask, this will make sure it's covered everywhere going forward. Signed-off-by: John Eckersberg <[email protected]>
5635dc3
to
f1e6abf
Compare
With stable/1.79 I get:
|
I'm a bit confused as I don't get that with the same rust version; but it's OK no need to dig in now... |
Was/is your local main branch behind upstream? #703 only went in last night. |
…json-1.0.128 build(deps): bump serde_json from 1.0.127 to 1.0.128
A new instance of this snuck in under xtask, this will make sure it's
covered everywhere going forward.
Signed-off-by: John Eckersberg [email protected]