summaryrefslogtreecommitdiffstats
path: root/src/settings.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-01 06:09:39 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-01 06:10:31 +0200
commita0cc7e4e43f16de4c19607f913b7f587c61aa5ef (patch)
tree22006e79b559727221d67165afbfe4e03785d6ac /src/settings.rs
parent9a037a23e9b32d9dbe7086a54d777b5f0550a660 (diff)
downloadiced-a0cc7e4e43f16de4c19607f913b7f587c61aa5ef.tar.gz
iced-a0cc7e4e43f16de4c19607f913b7f587c61aa5ef.tar.bz2
iced-a0cc7e4e43f16de4c19607f913b7f587c61aa5ef.zip
Move `Icon` to `iced` crate and introduce `Error`
Diffstat (limited to 'src/settings.rs')
-rw-r--r--src/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.rs b/src/settings.rs
index ec0e56b6..40b1b1ea 100644
--- a/src/settings.rs
+++ b/src/settings.rs
@@ -2,7 +2,7 @@
use crate::window;
/// The settings of an application.
-#[derive(Debug, Clone, PartialEq, Eq)]
+#[derive(Debug, Clone)]
pub struct Settings<Flags> {
/// The window settings.
///