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

core: Remove usage of mutable global state #60

Merged
merged 1 commit into from
Sep 20, 2019
Merged

core: Remove usage of mutable global state #60

merged 1 commit into from
Sep 20, 2019

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 20, 2019

It may be a warning in the future. So, use the hash value of the input AST instead of PRNG.

See rust-lang/rust#64398 (comment) and rust-lang/rust#63831.

@taiki-e
Copy link
Owner Author

taiki-e commented Sep 20, 2019

bors r+

bors bot added a commit that referenced this pull request Sep 20, 2019
60: core: Remove usage of mutable global state r=taiki-e a=taiki-e

It may be a warning in the future. So, use the hash value of the input AST instead of PRNG.

See rust-lang/rust#64398 (comment) and rust-lang/rust#63831.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
@bors
Copy link
Contributor

bors bot commented Sep 20, 2019

Build succeeded

  • taiki-e.auto_enums

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-auto_enum Area: #[auto_enum]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant