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

Record Doc Improvements #178

Merged
merged 3 commits into from May 27, 2017

Conversation

Projects
None yet
2 participants
@jehiggs
Copy link
Contributor

jehiggs commented May 27, 2017

This addresses the doc improvements suggested by #129 for the Record structure.

Let me know if there's anything missing or anything that can be improved!

@jehiggs jehiggs referenced this pull request May 27, 2017

Closed

LogRecord doc improvements #129

src/lib.rs Outdated
/// }
/// ```
///
/// [`log`]: trait.Log.html#method.log

This comment has been minimized.

@dtolnay

dtolnay May 27, 2017

Member

Markdown links are case insensitive so you can't have both [`log`] and [`Log`]. How about the following?

bla bla [`log`][method.log] method

[method.log]: trait.Log.html#method.log

This comment has been minimized.

@jehiggs

jehiggs May 27, 2017

Author Contributor

I didn't realize that - thanks!

@dtolnay

This comment has been minimized.

Copy link
Member

dtolnay commented May 27, 2017

Thank you!

@dtolnay dtolnay merged commit 1389e2d 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
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.