tokio-service icon indicating copy to clipboard operation
tokio-service copied to clipboard

Replace deprecated boxed() method usage in docs

Open roosmaa opened this issue 6 years ago • 1 comments

futures-rs crate has deprecated the .boxed() extension. This pull request updates the Service trait documentation examples to use Box::new(..) instead of the deprecated method.

roosmaa avatar Dec 21 '17 15:12 roosmaa