aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/poke.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/poke.rs b/src/app/poke.rs
index dd6f9fe..eddb85e 100644
--- a/src/app/poke.rs
+++ b/src/app/poke.rs
@@ -1,6 +1,6 @@
use color_eyre::eyre::Result;
use std::{env, time::Duration};
-use tokio::time::delay_for;
+use tokio::time::sleep as delay_for;
#[instrument(err)]
pub async fn the_cloud() -> Result<()> {