Skip to content

Register new snapshots #11169

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

Merged
merged 1 commit into from
Dec 30, 2013
Merged

Register new snapshots #11169

merged 1 commit into from
Dec 30, 2013

Conversation

alexcrichton
Copy link
Member

Hurray trait coercion!

@alexcrichton
Copy link
Member Author

I modified this patch to not remove all the "unnecessary" casts as a consequence of #11197

This patch now only registers new snapshots.

bors added a commit that referenced this pull request Dec 30, 2013
@bors bors closed this Dec 30, 2013
@bors bors merged commit 5580b4c into rust-lang:master Dec 30, 2013
@alexcrichton alexcrichton deleted the snapshots branch January 1, 2014 21:30
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 17, 2023
…ednet

don't hide lifetimes for `LateContext`

Running `cargo dev new_lint --type methods` creates the lint file with hidden lifetimes for the `LateContext` parameter (i.e. `&LateContext`, when it should be `&LateContext<'_>`). This is already warned on with `#![warn(rust_2018_idioms)]`, so clippy should not use hidden lifetimes

changelog: none
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.

2 participants