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

Configure lint options in Cargo.toml #3344

Closed
tisonkun opened this issue Feb 21, 2024 · 1 comment · Fixed by #3352
Closed

Configure lint options in Cargo.toml #3344

tisonkun opened this issue Feb 21, 2024 · 1 comment · Fixed by #3352
Assignees
Labels
good first issue Good for newcomers

Comments

@tisonkun
Copy link
Contributor

What type of enhancement is this?

Tech debt reduction

What does the enhancement do?

[build]
rustflags = [
# lints
# TODO: use lint configuration in cargo https://github.com/rust-lang/cargo/issues/5034
"-Wclippy::print_stdout",
"-Wclippy::print_stderr",
"-Wclippy::implicit_clone",
]

Now rust-lang/cargo#5034 is resolved. You can see

Implementation challenges

No response

@tisonkun tisonkun added the good first issue Good for newcomers label Feb 21, 2024
@SteveLauC
Copy link
Contributor

let's me try this

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

Successfully merging a pull request may close this issue.

2 participants