Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Feb 24, 2024
1 parent 1066970 commit 7d70958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rdocs/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export(generate_docs)
export(generate_docs)
export(download_rdocs)
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ struct Args {
fn main() {
let args = Args::parse();
let files = args.files;
let gh_url = args.gh_url;
let docs_path = PathBuf::from(args.docs_path);
let gh_url = args.gh_url;

let mut hash: HashMap<String, Vec<String>> = HashMap::new();

Expand Down

0 comments on commit 7d70958

Please sign in to comment.