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

Replace using statement with declaration #622

Merged
merged 2 commits into from
Oct 25, 2019

Conversation

atifaziz
Copy link
Member

This PR replaces using statements with declarations for the benefit of having less indented code. Most using statements in iterator blocks usually extend and scoped until the end of the block.

@atifaziz atifaziz merged commit cdc6f76 into morelinq:master Oct 25, 2019
@atifaziz atifaziz deleted the using-decl branch October 25, 2019 10:45
atifaziz pushed a commit that referenced this pull request Nov 9, 2019
This is a squashed merge or PR #673 that closes #649.

It fixes mistakes made in commit "Replace using statements with
declarations" (hash cdc6f76)
as part of PR #622.
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.

1 participant