Skip to content

Rm more oldrt crud #8433

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

Closed
wants to merge 10 commits into from
Closed

Rm more oldrt crud #8433

wants to merge 10 commits into from

Conversation

brson
Copy link
Contributor

@brson brson commented Aug 10, 2013

Just deleting more stuff.

bors added a commit that referenced this pull request Aug 17, 2013
@bors bors closed this Aug 17, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 24, 2022
…1995

Don't lint Default::default if it is the udpate syntax base

changelog: Don't lint `Default::default` it is part of the update syntax

Current clippy warns about this:

```
warning: calling `Foo::default()` is more clear than this expression
  --> src/main.rs:12:11
   |
12 |         ..Default::default()
   |           ^^^^^^^^^^^^^^^^^^ help: try: `Foo::default()`
   |
```

With these changes, it will not lint that particular expression anymore.
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