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

Reduce "stuttering" in env_logger symbols #174

Merged
merged 2 commits into from
May 24, 2017
Merged

Conversation

budziq
Copy link
Contributor

@budziq budziq commented May 24, 2017

I did not know if private symbols LogDirective and parse_logging_spec* should also be renamed so this PR is split with private symbols in second commit.

Both unit and doc tests pass, hopefully sed did not miss anything ;)

Hi @dtolnay is this roughly in line with what you've had in mind in #162 (review) ?

resolves: #169

LogTarget -> Target
LogBuilder -> Builder
LogDirective -> Directive
parse_logging_spec* -> parse_spec*
Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

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

Exactly. Thank you!

@dtolnay dtolnay merged commit 50ce9a6 into rust-lang:master May 24, 2017
EFanZh pushed a commit to EFanZh/log that referenced this pull request Jul 23, 2023
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.

Reduce "stuttering" in env_logger types
2 participants