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

eq_op: cut back to expressions that are guaranteed side effect free #230

Merged
merged 1 commit into from
Aug 25, 2015

Conversation

birkenfeld
Copy link
Contributor

fixes #229

@llogiq
Copy link
Contributor

llogiq commented Aug 25, 2015

As I said on #229, I think the right way to solve this is with a blacklist of known pure functions.

@Manishearth
Copy link
Member

Yeah, but incrementally solving this is better 😄

@Manishearth
Copy link
Member

lgtm

@llogiq
Copy link
Contributor

llogiq commented Aug 25, 2015

Ok then.

llogiq added a commit that referenced this pull request Aug 25, 2015
eq_op: cut back to expressions that are guaranteed side effect free
@llogiq llogiq merged commit 544c14f into rust-lang:master Aug 25, 2015
@birkenfeld birkenfeld deleted the eq_op_fix branch August 26, 2015 15:13
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.

false positives in eq_op lint
3 participants