Skip to content

Commit

Permalink
fix: ambiguous import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Mar 15, 2024
1 parent 0260e6c commit 680236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winit/src/multi_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::runtime::user_interface::{self, UserInterface};
use crate::runtime::Debug;

Check failure on line 26 in winit/src/multi_window.rs

View workflow job for this annotation

GitHub Actions / all

Diff in /home/runner/work/iced/iced/winit/src/multi_window.rs

Check failure on line 26 in winit/src/multi_window.rs

View workflow job for this annotation

GitHub Actions / all

Diff in /home/runner/work/iced/iced/winit/src/multi_window.rs
use crate::style::application::StyleSheet;
use crate::{Clipboard, Error, Proxy, Settings};
use core::Clipboard as CoreClipboard;
use crate::core::Clipboard as CoreClipboard;
use iced_runtime::futures::futures::FutureExt;
use iced_style::Theme;
pub use state::State;
Expand Down

0 comments on commit 680236b

Please sign in to comment.