-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix: Various find path fixes #17277
fix: Various find path fixes #17277
Conversation
prefer_no_std: bool, | ||
prefer_prelude: bool, | ||
ignore_local_imports: bool, |
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.
i suspect that #17252 might help here: i found myself getting confused by the booleans in other contexts 😅
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.
Right, guess I'll fix up the conflicts after merging this then 😬
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.
Although that field is not meant to be public API like is the case with the other two.
@bors r+ |
☀️ Test successful - checks-actions |
Fixes #17271