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

Add new rustdoc web renderer #9347

Closed
wants to merge 1 commit into from
Closed

Conversation

Seldaek
Copy link
Contributor

@Seldaek Seldaek commented Sep 19, 2013

This is still in need of integration in makefiles and such, but it's a beginning.

Preview available at http://seld.be/rustdoc/

/cc @cmr @alexcrichton

Design creds to Meret Vollenweider (http://meret.com)
@alexcrichton
Copy link
Member

I'll take it from here. I need to figure out the best way to actually run this during the build process.

@alexcrichton
Copy link
Member

Rust version ended up working out, will make a pull request soon...

Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 29, 2022
Fixes rust-lang#9347

Technically it is possible to have a blank match-pattern that does
nothing, and we fail to lint. But its easier to be safe than sorry here.
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 29, 2022
Don't lint on match pattern-binding in ´question_mark`

Fixes rust-lang#9347

Technically it is possible to have a blank match-pattern that does nothing, and we fail to lint. But it's easier to be safe than sorry here.

changelog: [`question_mark`]: don't lint `if let`s with subpatterns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants