Skip to content

Fixing serialization no-implicit-copies warnings, and other misc cleanup #3258

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 3 commits into from
Aug 23, 2012

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Aug 23, 2012

No description provided.

bblum added a commit that referenced this pull request Aug 23, 2012
Fixing serialization no-implicit-copies warnings, and other misc cleanup
@bblum bblum merged commit 5d5cfcc into rust-lang:incoming Aug 23, 2012
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 2, 2020
Add lint for explicit deref and deref_mut method calls

This PR adds the lint `explicit_deref_method` that suggests replacing `deref()` and `deref_mut()` with `&*a` and `&mut *a`.

It doesn't lint inside macros.

This PR is the continuation of  rust-lang#3258.

changelog: Add lint `explicit_deref_method`.

Fixes: rust-lang#1566
bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
jaisnan pushed a commit to jaisnan/rust-dev that referenced this pull request Jul 29, 2024
We now check if the host effect index is present. If so, remove it
before performing stub operation.

Resolves rust-lang#3258
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants