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

Update docs for Location struct and add example #179

Merged
merged 2 commits into from May 27, 2017

Conversation

Projects
None yet
2 participants
@jehiggs
Copy link
Contributor

jehiggs commented May 27, 2017

This provides the doc updates as suggested in #127.

I realize I've accidentally introduced some whitespace changes; I can revert these if required.

src/lib.rs Outdated
/// accessed directly.
///
/// [`log!`]: macro.log!.html

This comment has been minimized.

@dtolnay

dtolnay May 27, 2017

Member

macro.log!.html redirects to macro.log.html so you would save the user a redirect by pointing to macro.log.html directly.

@dtolnay dtolnay merged commit 95dbcf7 into rust-lang-nursery:master May 27, 2017

0 of 2 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
@dtolnay

This comment has been minimized.

Copy link
Member

dtolnay commented May 27, 2017

Great work!

Next time please include "Fixes #127" in the comment when you open the PR so GitHub auto-closes the right issue when the PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.