-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Flag to hide cargo.toml not found error #2732
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
Flag to hide cargo.toml not found error #2732
Conversation
415b39b
to
6c321d7
Compare
98d6e97
to
e7bb82c
Compare
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.
The code looks good to me, but am I missing something or is the title of the PR wrong? This seems to be mostly a workspace error overhaul, and doesn't actual touch the workspace-loaded message.
Oh right, the title should've been about the ability to hide the Cargo.toml not found error |
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.
In that case it looks good to me! Good job 👍
3ee89f6
to
003620f
Compare
Co-Authored-By: Aleksey Kladov <[email protected]>
bors r+ Thanks! |
Looks like bors didn't take it |
Implements #2533
This adds a
notifications.cargo-toml-not-found
feature flag. Though we could also re-usenotifications.workspace-loaded
instead?Also hides the "workspace loaded" message when 0 packages were loadedseems like this wasn't a good idea after all, somehow this causestest_runnables_project
to break