Skip to content

Commit 7c8dc9b

Browse files
committed
Remove unnecessary lib module declaration
1 parent 4b53d24 commit 7c8dc9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/blog.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
#[path = "lib.rs"]
2-
mod lib;
3-
41
pub fn main() -> eyre::Result<()> {
52
color_eyre::install()?;
63

7-
lib::main()?;
4+
blog::main()?;
85

96
println!(
107
"blog has been generated; you can now serve its content by running\n\

0 commit comments

Comments
 (0)