Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` warning: unreachable `pub` item --> futures-util/src/stream/futures_unordered/mod.rs:25:32 | 25 | pub use self::iter::{IntoIter, Iter, IterMut, IterPinMut, IterPinRef}; | --- ^^^^ | | | help: consider restricting its visibility: `pub(crate)` | = help: or consider exporting it for use by other crates note: the lint level is defined here --> futures-util/src/lib.rs:11:5 | 11 | unreachable_pub | ^^^^^^^^^^^^^^^ warning: unreachable `pub` item --> futures-util/src/stream/futures_unordered/mod.rs:25:38 | 25 | pub use self::iter::{IntoIter, Iter, IterMut, IterPinMut, IterPinRef}; | --- ^^^^^^^ | | | help: consider restricting its visibility: `pub(crate)` | = help: or consider exporting it for use by other crates ```
- Loading branch information