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

dyn all the things #1441

Merged
merged 2 commits into from
Jul 2, 2018
Merged

Conversation

jtgeibel
Copy link
Member

#![deny(bare_trait_objects)] is added and all existing trait objects
are documented with the dyn keyword.

`#![deny(bare_trait_objects)]` is added and all existing trait objects
are documented with the `dyn` keyword.
@sgrif
Copy link
Contributor

sgrif commented Jun 22, 2018

Looks like this needs a ci update

@jtgeibel
Copy link
Member Author

Yeah, looks like the clippy update in #1440 will need to be merged first. I don't see these errors locally on a newer clippy.

@carols10cents
Copy link
Member

bors: r+

bors-voyager bot added a commit that referenced this pull request Jul 2, 2018
1237: Actually use JSON storage for JSON data r=carols10cents

We also never use `features` as a `HashMap<String, Vec<String>>`, so we
can just pass it through from the database in a lower level
representation.

1439: Bump `env_logger` r=carols10cents



1441: `dyn` all the things r=carols10cents

`#![deny(bare_trait_objects)]` is added and all existing trait objects
are documented with the `dyn` keyword.
@bors-voyager
Copy link
Contributor

bors-voyager bot commented Jul 2, 2018

Build succeeded

@bors-voyager bors-voyager bot merged commit 871cb2c into rust-lang:master Jul 2, 2018
@jtgeibel jtgeibel deleted the dyn-all-the-things branch September 19, 2018 03:16
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.

3 participants