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: fix an intra-doc link failure that passed through #210

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

tdejager
Copy link
Contributor

@tdejager tdejager commented Feb 8, 2024

No description provided.

@@ -186,7 +186,7 @@ pub enum OnWheelBuildFailure {
}

/// Additional options that may influence the solver. In general passing [`Default::default`] to
/// the [`resolve::resolve`] function should provide sane defaults, however if you want to fine tune the
/// the [`super::resolve`] function should provide sane defaults, however if you want to fine tune the
Copy link
Collaborator

@nichmor nichmor Feb 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is more correct one crate::resolve::resolve or super::resolve?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, it should resolve in the rendered html. So I guess its just a user preference? I kinda like this because it symbolizes a more direct relation.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! was just curious for the future :)

@wolfv wolfv merged commit 7f3e8bc into prefix-dev:main Feb 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants