Skip to content
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

Allow clippy::no_effect_underscore_binding #134

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Allow clippy::no_effect_underscore_binding #134

merged 1 commit into from
Jan 11, 2024

Conversation

SUPERCILEX
Copy link
Contributor

@SUPERCILEX SUPERCILEX commented Dec 26, 2023

error: binding to `_` prefixed variable with no side-effect
  --> fuc_engine/src/ops/remove.rs:32:10
   |
32 | #[derive(TypedBuilder, Debug)]
   |          ^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect_underscore_binding
   = note: this error originates in the derive macro `TypedBuilder` (in Nightly builds, run with -Z macro-backtrace for more info)

@SUPERCILEX
Copy link
Contributor Author

@idanarye bump

@idanarye idanarye merged commit eb9c5fd into idanarye:master Jan 11, 2024
9 checks passed
@SUPERCILEX
Copy link
Contributor Author

Thanks!

@SUPERCILEX SUPERCILEX deleted the patch-1 branch January 11, 2024 21:40
@SUPERCILEX
Copy link
Contributor Author

Any chance you can make a new release?

@idanarye
Copy link
Owner

@SUPERCILEX Done. I made it a PR bugfix release because it's not a new feature.

@SUPERCILEX
Copy link
Contributor Author

That's awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants