Open Konard opened 1 year ago
I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.
src/main.rs
β
Commit 0227f26
β’ At the top of the file, add the line `use doublets::Link;` to import the `Link` struct. β’ Change the function signature of `get_link_by_id` from `fn get_link_by_id(store: &mut unit::Store, id: usize) -> Result, Error >` to `fn get_link_by_id (store: &mut unit::Store , id: usize) -> Result, Error >`.
I have finished reviewing the code for completeness. I did not find errors for sweep/fix-compilation-errors
.
.
π Latest improvements to Sweep:
π‘ To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord
Checklist
- [X] `src/main.rs` β Commit [`0227f26`](https://github.com/linksplatform/Solver/commit/0227f261d10de0b132173e9ab014ebc86c89b189)