-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
F6-refactorCode needs refactoring.Code needs refactoring.M4-coreCore client code / Rust.Core client code / Rust.P5-sometimesoonIssue is worth doing soon.Issue is worth doing soon.Q2-easyCan be fixed by copy and pasting from StackOverflow.Can be fixed by copy and pasting from StackOverflow.
Milestone
Description
get rid of warnings in p2p
and sync
crates
warning: use of deprecated item: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228
--> p2p/src/io/deadline.rs:3:31
|
3 | use futures::{Future, Select, BoxFuture, Poll, Async};
| ^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
warning: use of deprecated item: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228
--> p2p/src/io/deadline.rs:6:23
|
6 | type DeadlineBox<F> = BoxFuture<DeadlineStatus<<F as Future>::Item>, <F as Future>::Error>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: use of deprecated item: removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/alexcrichton/futures-rs/issues/228
--> p2p/src/p2p.rs:5:41
|
5 | use futures::{Future, finished, failed, BoxFuture};
|
Metadata
Metadata
Assignees
Labels
F6-refactorCode needs refactoring.Code needs refactoring.M4-coreCore client code / Rust.Core client code / Rust.P5-sometimesoonIssue is worth doing soon.Issue is worth doing soon.Q2-easyCan be fixed by copy and pasting from StackOverflow.Can be fixed by copy and pasting from StackOverflow.