Skip to content

Commit

Permalink
fix: uncomment generate_json (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA authored Oct 17, 2024
1 parent 0ff2b64 commit ce13646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint-metadata/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use rustdoc_types::{Crate, Id, Item, ItemEnum, Module};

/// Generate `blueprint.json` to the current crate working directory next to `build.rs` file.
pub fn generate_json() {
// Config::builder().build().generate_json();
Config::builder().build().generate_json();
}

#[derive(Debug, Clone, Default, typed_builder::TypedBuilder)]
Expand Down

0 comments on commit ce13646

Please sign in to comment.