summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-05-21 14:22:29 +0100
committerAkshay <[email protected]>2023-05-21 14:22:29 +0100
commiteb08fd76ffbb5f16c5644547aaaa9e7f1249ee4d (patch)
tree69fb16eaec9e986bb77b53080652b8e5962d02b6 /src/error.rs
parentdbd914d6b5e0d1a566ffa12489f6327dc0eacc47 (diff)
spice up ui
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index 2638fc2..dd2d859 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -29,7 +29,7 @@ pub enum PullError {
29 LinkUpdate, 29 LinkUpdate,
30} 30}
31 31
32#[derive(Debug, Error)] 32#[derive(Debug, Error, Copy, Clone)]
33pub enum EntryError { 33pub enum EntryError {
34 #[error("missing title")] 34 #[error("missing title")]
35 MissingTitle, 35 MissingTitle,