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

Minor fix to documentation of constraints on mut/non-mut references #26010

Merged
merged 1 commit into from
Jun 5, 2015

Conversation

ranma42
Copy link
Contributor

@ranma42 ranma42 commented Jun 4, 2015

The statement is not completely exact, because it is valid to have
both 0 non-mutable references and 1 mutable reference. Instead, use
the same wording as in mutability.md.

The statement is not completely exact, because it is valid to have
both 0 non-mutable references and 1 mutable reference. Instead, use
the same wording as in mutability.md.
@rust-highfive
Copy link
Collaborator

r? @brson

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

@steveklabnik
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Jun 4, 2015

📌 Commit 2b13b45 has been approved by steveklabnik

@steveklabnik
Copy link
Member

Thanks! I thought this change was already fixed, hmmm

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jun 5, 2015
The statement is not completely exact, because it is valid to have
both 0 non-mutable references and 1 mutable reference. Instead, use
the same wording as in mutability.md.
bors added a commit that referenced this pull request Jun 5, 2015
@bors bors merged commit 2b13b45 into rust-lang:master Jun 5, 2015
@ranma42 ranma42 deleted the improve-doc branch July 1, 2015 13:37
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.

5 participants