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 some issues with the rust-lang/rust upstream. #68

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Jul 11, 2024

This fixes some more issues trying to get mdbook-spec to work in rust-lang/rust.

  • Regex must be downgraded because memchr is pinned and we need to use older versions of regex because of that.
  • Set the name of the preprocessor correctly (required for how it is integrated upstream).
  • Added some elided lifetimes because the rust repo is finicky about using elided_lifetimes_in_paths.
  • Don't assume rustdoc is in PATH, since when building it isn't there.

@JoelMarcey JoelMarcey merged commit 1cbd564 into rust-lang:main Jul 11, 2024
1 check failed
@ehuss ehuss mentioned this pull request Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants