cleanup
This commit is contained in:
parent
12dc33b5db
commit
a9c8e49631
3 changed files with 1 additions and 49 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use std::io;
|
||||
use markdown::to_html;
|
||||
use rss::{Channel, Item, ItemBuilder};
|
||||
use rss::{Channel, ItemBuilder};
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
let posts = std::env::args().skip(2).map(|f| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue