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 links in the referece #25283

Merged
merged 1 commit into from May 12, 2015
Merged

Fix links in the referece #25283

merged 1 commit into from May 12, 2015

Conversation

steveklabnik
Copy link
Member

and remove references to the unit type, which no longer exists

Fixes #24999

@rust-highfive
Copy link
Collaborator

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -653,7 +657,7 @@ There are several kinds of item:
* [`use` declarations](#use-declarations)
* [modules](#modules)
* [functions](#functions)
* [type definitions](#type-definitions)
* [type definitions](grammar.html#type-definitions)
Copy link
Member

Choose a reason for hiding this comment

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

I think this should just link to the type aliases section in the same chapter 6.1. I touched this in my PR too (added to this particular list, missing constants).

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought this was what the original link was to, maybe i'm wrong

@bors
Copy link
Contributor

bors commented May 11, 2015

☔ The latest upstream changes (presumably #25303) made this pull request unmergeable. Please resolve the merge conflicts.

and remove references to the unit type, which no longer exists

Fixes rust-lang#24999
@steveklabnik
Copy link
Member Author

Updated!

@alexcrichton
Copy link
Member

@bors: r+ dd7d0f5 rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 11, 2015
and remove references to the unit type, which no longer exists

Fixes rust-lang#24999
bors added a commit that referenced this pull request May 11, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this pull request May 12, 2015
and remove references to the unit type, which no longer exists

Fixes rust-lang#24999
bors added a commit that referenced this pull request May 12, 2015
@bors bors merged commit dd7d0f5 into rust-lang:master May 12, 2015
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.

Reference links need fixing
6 participants