clean
This commit is contained in:
parent
c4b6fb1fc0
commit
c3071a0476
1 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use std::{env::args, io};
|
||||
|
||||
use std::io;
|
||||
use markdown::to_html;
|
||||
use rss::{Channel, Item, ChannelBuilder, ItemBuilder};
|
||||
use rss::{Channel, Item, ItemBuilder};
|
||||
|
||||
fn main() -> io::Result<()> {
|
||||
// takes directory of markdown files as only argument, outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue