aboutsummaryrefslogtreecommitdiff
path: root/src/generator/rss.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/generator/rss.rs')
-rw-r--r--src/generator/rss.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator/rss.rs b/src/generator/rss.rs
index 0e28777..a36ad14 100644
--- a/src/generator/rss.rs
+++ b/src/generator/rss.rs
@@ -1,4 +1,4 @@
-use crate::template::{find, parse, Context};
+use crate::template::{Context, find, parse};
use std::fs::write;
use std::io::{Error, ErrorKind::Other, Result};
use std::path::Path;