We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lib
1 parent 4b53d24 commit 7c8dc9bCopy full SHA for 7c8dc9b
src/blog.rs
@@ -1,10 +1,7 @@
1
-#[path = "lib.rs"]
2
-mod lib;
3
-
4
pub fn main() -> eyre::Result<()> {
5
color_eyre::install()?;
6
7
- lib::main()?;
+ blog::main()?;
8
9
println!(
10
"blog has been generated; you can now serve its content by running\n\
0 commit comments