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
After generating the documentation with it, you cannot search for the test_method method. This can be manually verified by grepping for it in the doc/test/search-index.js file.
The text was updated successfully, but these errors were encountered:
…in a private module.
Previously, this caused methods of re-exported types to not be inserted into
the search index. This fix may introduce some false positives, but in my
testing they appear as orphaned methods and end up not being inserted into the
final search index at a later stage.
Fixes issue rust-lang#11943
Previously, this caused methods of re-exported types to not be inserted into
the search index. This fix may introduce some false positives, but in my
testing they appear as orphaned methods and end up not being inserted into the
final search index at a later stage.
Fixes issue #11943
…r=Jarcho
Check $CARGO before $PATH
Currently, clippy will ignore $CARGO when spawning cargo commands, which can be problematic for `cargo clippy` and interop with other tools. This commit induces clippy to respect $CARGO in every case it seems likely to matter.
Fixes:
- rust-lang#11943
changelog: clippy now respects setting the `CARGO` environment variable
E.g. take this crate:
After generating the documentation with it, you cannot search for the
test_method
method. This can be manually verified by grepping for it in thedoc/test/search-index.js
file.The text was updated successfully, but these errors were encountered: