🧑‍💻 Elimina advertencia de uso para run_now

This commit is contained in:
Manuel Cillero 2022-11-11 00:09:34 +01:00
parent fed3248e33
commit 047a2ec76e

View file

@ -45,6 +45,7 @@ pub use once_cell::sync::Lazy as LazyStatic;
// LOCAL.
#[allow(unused_imports)]
pub(crate) use futures::executor::block_on as run_now;
// APIs PÚBLICAS.