Commit 485875f
committed
Ignore unreachable_pub lint
```
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
```1 parent 624a7ec commit 485875f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments