Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation errors in main.rs #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

linksplatform-sweepai[bot]
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
0 participants