diff options
Diffstat (limited to 'src/structs.rs')
| -rw-r--r-- | src/structs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.rs b/src/structs.rs index 923a0b1..5fdca3b 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -1,3 +1,4 @@ +use actions::*; use reqwest; use rss::{self, Channel, Item}; use serde_json; @@ -5,7 +6,6 @@ use std::collections::BTreeSet; use std::fs::{DirBuilder, File}; use std::io::{self, Read, Write}; use utils::*; -use actions::*; #[derive(Serialize, Deserialize, Clone)] pub struct Subscription { |
