-
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
Clippy error in test_result.rs #231
Comments
i have this issue too |
1 similar comment
i have this issue too |
Does this still occur on the latest 1.82 toolchain? |
If someone could set up a min repro for me, that would be most useful. |
I was trying to reproduce it on the esp-idf-template, but could not. After checking the differences between my project and the template, I found the lines below. The change was added in May (PR: esp-rs/esp-idf-template#212) and fixes the issue: [[bin]]
name = "project-name"
harness = false # do not use the built in cargo test harness -> resolve rust-analyzer errors As such, it's probably OK to close this? |
When I run clippy on my project, I get the following error:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: