Skip to content

Commit f44e39e

Browse files
committed
clippy::disallowed_methods
Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
1 parent 2bc491d commit f44e39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/shared_stream_controllers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use std::{ops::Deref, sync::Arc, time::Duration};
1+
use std::{future, ops::Deref, sync::Arc, time::Duration};
22

3-
use futures::{future, StreamExt};
3+
use futures::StreamExt;
44
use k8s_openapi::api::{apps::v1::Deployment, core::v1::Pod};
55
use kube::{
66
runtime::{

0 commit comments

Comments
 (0)