Skip to content

Commit 40978af

Browse files
committed
Cleaned contributors plugin, removing unused code
1 parent cc34bca commit 40978af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugin/mdbook-metadata/src/main.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -688,14 +688,6 @@ impl Metadata {
688688
file.write_all(tags_js.as_bytes())?;
689689
Ok(())
690690
}
691-
692-
fn generate_contributors_index(
693-
contributors_index: &HashMap<String, Vec<String>>,
694-
github_profiles: &HashMap<String, String>
695-
) -> Result<(), Error> {
696-
// Replaced with the new generate_contributors_index_js function
697-
Ok(())
698-
}
699691
}
700692

701693
fn generate_color(tag: &str) -> String {

0 commit comments

Comments
 (0)