Skip to content

Conversation

@linksplatform-sweepai
Copy link
Contributor

Description

This PR fixes the compilation errors in main.rs that were reported in issue #7. The errors were related to the Link type not being found in the scope and the placeholder _ not being allowed within types on item signatures for functions.

Summary of Changes

  • Added an import statement to import the Link struct from the doublets crate in main.rs.
  • Replaced the placeholder _ with a type parameter in the function signature of get_link_by_id in main.rs.

Fixes #7.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

  • Leave a comment below to get Sweep to edit the entire PR
  • Leave a comment in the code will only modify the file
  • Edit the original issue to get Sweep to recreate the PR from scratch

@linksplatform-sweepai linksplatform-sweepai bot added the sweep Activate Sweep AI on issue label Sep 29, 2023
@linksplatform-sweepai linksplatform-sweepai bot mentioned this pull request Sep 29, 2023
1 task
@uselessgoddess uselessgoddess self-requested a review October 5, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sweep Activate Sweep AI on issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to compile

1 participant