Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jun 23, 2024
1 parent b659b0a commit 7cdd388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.22
0.0.23
2 changes: 2 additions & 0 deletions lead_docs/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ impl LeadModule {
panic!("");
};

let doc_file = get_file(own, doc_file, base);

lib_map.get_mut(*map.get(md).expect("Incorrect Documentation Specified")).expect("Couldn't find, impossible").methods.push(Method { name: method.into(), desc: fs::read_to_string(&doc_file).expect("File not found!") });
}

Expand Down

0 comments on commit 7cdd388

Please sign in to comment.