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

Some housekeeping on lint descriptions #1146

Merged
merged 4 commits into from
Aug 8, 2016

Conversation

birkenfeld
Copy link
Contributor

Make lint doc related things nicer, more consistent.

/// **Example:**
/// ```rust
/// if a && true // should be: if a
/// if !(a == b) // should be: if a != b
Copy link
Contributor

Choose a reason for hiding this comment

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

code block isn't closed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, pushed a fix.

@oli-obk
Copy link
Contributor

oli-obk commented Aug 8, 2016

I can't review the python commit, but the rest lgtm after some nits

@llogiq
Copy link
Contributor

llogiq commented Aug 8, 2016

The py also looks good. I especially like the reduction of duplicate code.

@llogiq llogiq merged commit cdfa8e9 into rust-lang:master Aug 8, 2016
@birkenfeld birkenfeld deleted the housekeeping branch August 8, 2016 11:34
@mcarton
Copy link
Member

mcarton commented Aug 17, 2016

For some definition of “some” 🎉
Great work!

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.

4 participants