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

Implemented common traits for LogLevel, LogLevelFilter, LogMetadata, … #151

Merged
merged 1 commit into from May 20, 2017

Conversation

Projects
None yet
2 participants
@omh1280
Copy link
Contributor

omh1280 commented May 20, 2017

Added traits to common structs and enums, according to #144. My first pr--did I do this right? :)

Ottavio

@dtolnay

This comment has been minimized.

Copy link
Member

dtolnay commented May 20, 2017

Thanks! Looks good to me.

One tip: next time if you put "fixes #144" in the comment when you make the PR, it will auto-close the issue when your PR gets merged.

Added traits to common structs and enums. Fixes #144. My first pr--did I do this right? :)

@dtolnay dtolnay merged commit eb90d0e into rust-lang-nursery:master May 20, 2017

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@omh1280 omh1280 deleted the omh1280:impl_traits branch May 20, 2017

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.