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
Closing in favour of #5486 which is a more general solution. In incoming, there aren't actually re-exported modules anymore but the pub use statements that are there should really be listed.
…latten, r=llogiq
Fix false positive in `manual_flatten`
This pull request fixes false positive in `manual_flatten` in case using a slice of references .
closes: rust-lang#6893
changelog: fix false positive in `manual_flatten`
Right now the only way to know what
src/libstd/prelude.rs
reexports is to visit the source directly. This should be mentioned in the docs.In addition reexported modules could be highlighted on the modules list page for convenience.
The text was updated successfully, but these errors were encountered: