You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other observations:
Above issue does not occur if root directory is a library. It looks like the issue is caused by incorrectly prepending --bin flag instead of --libhere
The text was updated successfully, but these errors were encountered:
steps to reproduce
Create new project and enter it
Create subproject and edit
Cargo.toml
Run cargo clippy for subproject
cargo clippy exits with misleading error message
Other observations:
Above issue does not occur if root directory is a library. It looks like the issue is caused by incorrectly prepending
--bin
flag instead of--lib
hereThe text was updated successfully, but these errors were encountered: