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

Use Stack<T> instead of Stack #7253

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

elachlan
Copy link
Contributor

@elachlan elachlan commented Jan 11, 2022

Context

Whilst going through the code I noticed the use of Stack. In the documentation it suggests using Stack<T>.

Changes Made

Change Stack to Stack<T>

@Forgind Forgind merged commit 91579ba into dotnet:main Jan 11, 2022
@elachlan elachlan deleted the use-stackt-instead-of-stack branch January 11, 2022 23:55
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.

3 participants