From 1b816dfc8284f1b5fbd50491e604271d75f230ed Mon Sep 17 00:00:00 2001 From: Josh Hyatt Date: Sun, 9 Jun 2024 22:20:04 -0600 Subject: [PATCH] Remove now-unused import --- src/file_dialog.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/file_dialog.rs b/src/file_dialog.rs index fc5807d..8d944d7 100644 --- a/src/file_dialog.rs +++ b/src/file_dialog.rs @@ -227,8 +227,6 @@ use crate::backend::AsyncFileSaveDialogImpl; #[cfg(not(target_arch = "wasm32"))] use crate::backend::AsyncFolderPickerDialogImpl; -use std::future::Future; - impl AsyncFileDialog { /// Pick one file pub fn pick_file(self) -> DialogFutureType> {