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

feat: plugin and cleanup various trait methods into MysqlDb: #72

Merged
merged 1 commit into from
Oct 26, 2018

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Oct 26, 2018

  • kills get_collection_id (only used within the db layer now)
  • simplify uid_data! (just alias HawkIdentifier)
  • phrasing

Issue #65

Box::new(future::ok(results::$type::default()))
mock_db_method!($name, $type, results::$type);
};
($name:ident, $type:ident, $result:ty) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, of course, thus disproving my comment yesterday about having to use *. I hadn't thought about multiple match arms, nice one.

@pjenvey
Copy link
Member Author

pjenvey commented Oct 26, 2018

we'll have to workaround rust 1.30.0's rustdoc issues for the time being rust-lang/rust#54524

@philbooth
Copy link
Contributor

Should we just disable the docs script in CI until it's fixed?

- kills get_collection_id (only used within the db layer now)
- simplify uid_data! (just alias HawkIdentifier)
- phrasing

Issue #65
@bbangert bbangert merged commit 907e1c2 into master Oct 26, 2018
@bbangert bbangert deleted the feat/65 branch October 26, 2018 17: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.

3 participants