clean up
This commit is contained in:
parent
9dfc3b21ff
commit
0b0779f8b7
32 changed files with 137 additions and 181 deletions
2
build.rs
2
build.rs
|
@ -6,7 +6,7 @@ use gray_matter::{engine, Matter};
|
|||
|
||||
include!("src/tags.rs");
|
||||
|
||||
/// generate the ChoiceParameter enum and tag data we will use in the `tag` command
|
||||
/// generate the `ChoiceParameter` enum and tag data we will use in the `tag` command
|
||||
#[allow(dead_code)]
|
||||
fn main() {
|
||||
let out_dir = env::var_os("OUT_DIR").unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue